Package | Description |
---|---|
propel.core.validation.propertyMetadata |
Modifier and Type | Method and Description |
---|---|
java.lang.Character |
CharPropertyMetadata.validate(java.lang.Character value)
Validates the given value with the current constraints.
|
org.joda.time.DateTime |
DateTimePropertyMetadata.validate(org.joda.time.DateTime value)
Validates the given value with the current constraints.
|
org.joda.time.Duration |
DurationPropertyMetadata.validate(org.joda.time.Duration value)
Validates the given value with the current constraints.
|
int |
PortPropertyMetadata.validate(int port)
Validates a port number
|
org.joda.time.LocalDate |
LocalDatePropertyMetadata.validate(org.joda.time.LocalDate value) |
org.joda.time.LocalDateTime |
LocalDateTimePropertyMetadata.validate(org.joda.time.LocalDateTime value)
Validates the given value with the current constraints.
|
java.lang.Object |
IterablePropertyMetadata.validate(java.lang.Object value)
Validates the given value with the current constraints.
|
java.lang.Object |
ArrayPropertyMetadata.validate(java.lang.Object value)
Validates the given value with the current constraints.
|
org.joda.time.Period |
PeriodPropertyMetadata.validate(org.joda.time.Period value)
Validates the given value with the current constraints.
|
java.lang.String |
SubDomainPropertyMetadata.validate(java.lang.String value)
Validates the given value with the current constraints.
|
java.lang.String |
StringPropertyMetadata.validate(java.lang.String value)
Validates the given value with the current constraints.
|
java.lang.String |
StringListPropertyMetadata.validate(java.lang.String value)
Override to ensure one of the allowed strings is specified
|
java.lang.String |
RestrictedStringPropertyMetadata.validate(java.lang.String value)
Validates the given value with the current constraints.
|
java.lang.String |
RestrictedEdgesStringPropertyMetadata.validate(java.lang.String value)
Validates the given value with the current constraints.
|
java.lang.String |
RestrictedEdgesI18NStrippedStringPropertyMetadata.validate(java.lang.String value)
Validates the given value with the current constraints.
|
java.lang.String |
RestrictedEdgesI18NStringPropertyMetadata.validate(java.lang.String value)
Validates the given value with the current constraints.
|
java.lang.String |
PathPropertyMetadata.validate(java.lang.String value)
Validates the given value with the current constraints.
|
java.lang.String |
ParsedStringPropertyMetadata.validate(java.lang.String value)
Validates the given value with the current constraints.
|
java.lang.String |
IpV6AddressPropertyMetadata.validate(java.lang.String value)
Validates the given value with the current constraints.
|
java.lang.String |
IpV4AddressPropertyMetadata.validate(java.lang.String value)
Validates the given value with the current constraints.
|
java.lang.String |
IpAnyAddressPropertyMetadata.validate(java.lang.String value)
Validates the given value with the current constraints.
|
java.lang.String |
FileNamePropertyMetadata.validate(java.lang.String value)
Validates the given value with the current constraints.
|
java.lang.String |
EncodedStrippedStringPropertyMetadata.validate(java.lang.String value)
Validates the given value with the current constraints.
|
java.lang.String |
EncodedStringPropertyMetadata.validate(java.lang.String value)
Validates the given value with the current constraints.
|
java.lang.String |
EmailPropertyMetadata.validate(java.lang.String value)
Validates the given value with the current constraints.
|
java.lang.String |
EmailLocalPartPropertyMetadata.validate(java.lang.String value)
Validates the given value with the current constraints.
|
java.lang.String |
DomainPropertyMetadata.validate(java.lang.String value)
Validates the given value with the current constraints.
|
java.lang.String |
CreditCardPropertyMetadata.validate(java.lang.String value)
Validates the given value with the current constraints.
|
T |
NullablePropertyMetadata.validate(T value)
Validates the given value with the current constraints.
|
T |
IPropertyMetadata.validate(T value)
Validates the given value with the current constraints.
|
T |
BoundedValueTypePropertyMetadata.validate(T value)
Validates the given value with the current constraints.
|
abstract T |
AbstractPropertyMetadata.validate(T value)
Validates the given value with the current constraints.
|
java.util.UUID |
UUIDPropertyMetadata.validate(java.util.UUID value)
Validates the given value with the current constraints.
|