C
- Containing type.public abstract class ByteStringMetaProperty<C> extends MetaProperty<C,ByteString>
REQUIRED
NAME
Modifier | Constructor and Description |
---|---|
protected |
ByteStringMetaProperty(String name,
boolean required)
Constructor.
|
protected |
ByteStringMetaProperty(String name,
boolean required,
Predicate<? super ByteString> validity)
Constructor.
|
protected |
ByteStringMetaProperty(String name,
boolean required,
Predicate<? super ByteString> validity,
ByteString defaultValue)
Default constructor.
|
checkValue, compose, compose, equalTo, getDefaultIfInvalid, getDefaultIfNull, getDefaultValue, in, instanceOf, isNull, isRequired, isValid, notNull, sameAs, toString
equals, getEnclosingType, getFieldType, getName, hashCode
protected ByteStringMetaProperty(String name, boolean required, @Nullable Predicate<? super ByteString> validity, @Nullable ByteString defaultValue)
name
- Property name.required
- True if the property is required.validity
- Validity predicate.defaultValue
- Default value for the property.protected ByteStringMetaProperty(String name, boolean required, @Nullable Predicate<? super ByteString> validity)
name
- Property name.required
- True if the property is required.validity
- Validity predicate.protected ByteStringMetaProperty(String name, boolean required)
name
- Property name.required
- True if the property is required.Copyright © 2014 Derquinse Projects. All rights reserved.