- V - Static variable in class propel.core.common.CONSTANT
-
The V letter
- v - Static variable in class propel.core.common.CONSTANT
-
The v letter
- Validate - Annotation Type in lombok
-
Explicitly turns on validation for all method parameter annotated with @Validate.With("methodname")
,
@Validate.NotNull()
or @Validate.NotEmpty()
.
- validate(T) - Method in class propel.core.validation.propertyMetadata.AbstractPropertyMetadata
-
Validates the given value with the current constraints.
- validate(Object) - Method in class propel.core.validation.propertyMetadata.ArrayPropertyMetadata
-
Validates the given value with the current constraints.
- validate(T) - Method in class propel.core.validation.propertyMetadata.BoundedValueTypePropertyMetadata
-
Validates the given value with the current constraints.
- validate(Character) - Method in class propel.core.validation.propertyMetadata.CharPropertyMetadata
-
Validates the given value with the current constraints.
- validate(String) - Method in class propel.core.validation.propertyMetadata.CreditCardPropertyMetadata
-
Validates the given value with the current constraints.
- validate(DateTime) - Method in class propel.core.validation.propertyMetadata.DateTimePropertyMetadata
-
Validates the given value with the current constraints.
- validate(String) - Method in class propel.core.validation.propertyMetadata.DomainPropertyMetadata
-
Validates the given value with the current constraints.
- validate(Duration) - Method in class propel.core.validation.propertyMetadata.DurationPropertyMetadata
-
Validates the given value with the current constraints.
- validate(String) - Method in class propel.core.validation.propertyMetadata.EmailLocalPartPropertyMetadata
-
Validates the given value with the current constraints.
- validate(String) - Method in class propel.core.validation.propertyMetadata.EmailPropertyMetadata
-
Validates the given value with the current constraints.
- validate(String) - Method in class propel.core.validation.propertyMetadata.EncodedStringPropertyMetadata
-
Validates the given value with the current constraints.
- validate(String) - Method in class propel.core.validation.propertyMetadata.EncodedStrippedStringPropertyMetadata
-
Validates the given value with the current constraints.
- validate(String) - Method in class propel.core.validation.propertyMetadata.FileNamePropertyMetadata
-
Validates the given value with the current constraints.
- validate(String) - Method in class propel.core.validation.propertyMetadata.IpAnyAddressPropertyMetadata
-
Validates the given value with the current constraints.
- validate(T) - Method in interface propel.core.validation.propertyMetadata.IPropertyMetadata
-
Validates the given value with the current constraints.
- validate(String) - Method in class propel.core.validation.propertyMetadata.IpV4AddressPropertyMetadata
-
Validates the given value with the current constraints.
- validate(String) - Method in class propel.core.validation.propertyMetadata.IpV6AddressPropertyMetadata
-
Validates the given value with the current constraints.
- validate(Object) - Method in class propel.core.validation.propertyMetadata.IterablePropertyMetadata
-
Validates the given value with the current constraints.
- validate(LocalDate) - Method in class propel.core.validation.propertyMetadata.LocalDatePropertyMetadata
- validate(LocalDateTime) - Method in class propel.core.validation.propertyMetadata.LocalDateTimePropertyMetadata
-
Validates the given value with the current constraints.
- validate(T) - Method in class propel.core.validation.propertyMetadata.NullablePropertyMetadata
-
Validates the given value with the current constraints.
- validate(String) - Method in class propel.core.validation.propertyMetadata.ParsedStringPropertyMetadata
-
Validates the given value with the current constraints.
- validate(String) - Method in class propel.core.validation.propertyMetadata.PathPropertyMetadata
-
Validates the given value with the current constraints.
- validate(Period) - Method in class propel.core.validation.propertyMetadata.PeriodPropertyMetadata
-
Validates the given value with the current constraints.
- validate(int) - Method in class propel.core.validation.propertyMetadata.PortPropertyMetadata
-
Validates a port number
- validate(String) - Method in class propel.core.validation.propertyMetadata.RestrictedEdgesI18NStringPropertyMetadata
-
Validates the given value with the current constraints.
- validate(String) - Method in class propel.core.validation.propertyMetadata.RestrictedEdgesI18NStrippedStringPropertyMetadata
-
Validates the given value with the current constraints.
- validate(String) - Method in class propel.core.validation.propertyMetadata.RestrictedEdgesStringPropertyMetadata
-
Validates the given value with the current constraints.
- validate(String) - Method in class propel.core.validation.propertyMetadata.RestrictedStringPropertyMetadata
-
Validates the given value with the current constraints.
- validate(String) - Method in class propel.core.validation.propertyMetadata.StringListPropertyMetadata
-
Override to ensure one of the allowed strings is specified
- validate(String) - Method in class propel.core.validation.propertyMetadata.StringPropertyMetadata
-
Validates the given value with the current constraints.
- validate(String) - Method in class propel.core.validation.propertyMetadata.SubDomainPropertyMetadata
-
Validates the given value with the current constraints.
- validate(UUID) - Method in class propel.core.validation.propertyMetadata.UUIDPropertyMetadata
-
Validates the given value with the current constraints.
- Validate.NotEmpty - Annotation Type in lombok
-
Triggers an empty check for the annotated parameter by invoking the isEmpty
method of the parameter type.
- Validate.NotNull - Annotation Type in lombok
-
Triggers a null-check for the annotated parameter.
- Validate.With - Annotation Type in lombok
-
Specify a custom validation method.
- VALIDATION_ALLOWED_IPV4_CHARS - Static variable in class propel.core.configuration.ConfigurableConsts
-
Allowed IPv4 characters
- VALIDATION_ALLOWED_IPV6_CHARS - Static variable in class propel.core.configuration.ConfigurableConsts
-
Allowed IPv6 characters
- VALIDATION_ALLOWED_MAC_CHARS - Static variable in class propel.core.configuration.ConfigurableConsts
-
Allowed MAC characters
- VALIDATION_ALLOWED_TEL_CHARS - Static variable in class propel.core.configuration.ConfigurableConsts
-
Allowed telephone number characters
- VALIDATION_DEFAULT_MAX_CREDITCARD_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default maximum credit card length
- VALIDATION_DEFAULT_MAX_DOMAIN_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default maximum sub-domain length
- VALIDATION_DEFAULT_MAX_EMAIL_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default maximum email address length
- VALIDATION_DEFAULT_MAX_FILENAME_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default maximum filename length
- VALIDATION_DEFAULT_MAX_IPV4_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default maximum IPv4 length
- VALIDATION_DEFAULT_MAX_IPV6_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default maximum IPv6 length
- VALIDATION_DEFAULT_MAX_LOCALPART_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default maximum email address local part length
- VALIDATION_DEFAULT_MAX_MAC_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default maximum MAC length
- VALIDATION_DEFAULT_MAX_PATH_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default maximum path length
- VALIDATION_DEFAULT_MAX_SUBDOMAIN_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default maximum sub-domain length
- VALIDATION_DEFAULT_MAX_TEL_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default maximum telephone number length
- VALIDATION_DEFAULT_MAX_WIN_USERNAME_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default maximum Windows username length
- VALIDATION_DEFAULT_MIN_CREDITCARD_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default minimum credit card length
- VALIDATION_DEFAULT_MIN_DOMAIN_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default minimum sub-domain length
- VALIDATION_DEFAULT_MIN_EMAIL_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default minimum email address length e.g.
- VALIDATION_DEFAULT_MIN_FILENAME_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default minimum filename length
- VALIDATION_DEFAULT_MIN_IPV4_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default minimum IPv4 length
- VALIDATION_DEFAULT_MIN_IPV6_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default minimum IPv6 length
- VALIDATION_DEFAULT_MIN_LOCALPART_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default minimum email address local part length
- VALIDATION_DEFAULT_MIN_MAC_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default maximum MAC length
- VALIDATION_DEFAULT_MIN_PATH_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default minimum path length
- VALIDATION_DEFAULT_MIN_SUBDOMAIN_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default minimum sub-domain length
- VALIDATION_DEFAULT_MIN_TEL_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default minimum telephone number length
- VALIDATION_DEFAULT_MIN_WIN_USERNAME_LENGTH - Static variable in class propel.core.configuration.ConfigurableConsts
-
Default minimum Windows username length
- VALIDATION_DISALLOWED_AD_USERNAME_CHARS - Static variable in class propel.core.configuration.ConfigurableConsts
-
Disallowed Active Directory username characters
- VALIDATION_DISALLOWED_AD_USERNAME_END_CHARS - Static variable in class propel.core.configuration.ConfigurableConsts
-
Characters disallowed to appear at the end of an Active Directory username
- VALIDATION_DISALLOWED_AD_USERNAME_START_CHARS - Static variable in class propel.core.configuration.ConfigurableConsts
-
Characters disallowed to appear at the start of an Active Directory username
- VALIDATION_DISALLOWED_EMAIL_LOCALPART_CHARS - Static variable in class propel.core.configuration.ConfigurableConsts
-
Allowed localpart characters: A-Z, a-z, 0-9, ! # $ % & ' * + - / = ? ^ _ ` { | } ~ .
- VALIDATION_DISALLOWED_EMAIL_LOCALPART_END_CHARS - Static variable in class propel.core.configuration.ConfigurableConsts
-
Characters not allowed at the end of and email's local part
- VALIDATION_DISALLOWED_EMAIL_LOCALPART_START_CHARS - Static variable in class propel.core.configuration.ConfigurableConsts
-
Characters not allowed at the start of and email's local part
- VALIDATION_DISALLOWED_FILENAME_CHARS - Static variable in class propel.core.configuration.ConfigurableConsts
-
Disallowed filename characters
- VALIDATION_DISALLOWED_FILENAME_END_CHARS - Static variable in class propel.core.configuration.ConfigurableConsts
-
Characters not allowed to be at the end of a filename
- VALIDATION_DISALLOWED_FILENAME_START_CHARS - Static variable in class propel.core.configuration.ConfigurableConsts
-
Characters not allowed to be at the start of a filename
- VALIDATION_DISALLOWED_PATH_CHARS - Static variable in class propel.core.configuration.ConfigurableConsts
-
Disallowed path characters
- VALIDATION_DISALLOWED_PATH_END_CHARS - Static variable in class propel.core.configuration.ConfigurableConsts
-
Characters not allowed to be at the end of a path
- VALIDATION_DISALLOWED_PATH_START_CHARS - Static variable in class propel.core.configuration.ConfigurableConsts
-
Characters not allowed to be at the start of a path
- VALIDATION_DISALLOWED_SUBDOMAIN_CHARS - Static variable in class propel.core.configuration.ConfigurableConsts
-
Allowed sub-domain characters: A-Z, a-z, 0-9 and hyphen
- VALIDATION_DISALLOWED_SUBDOMAIN_END_CHARS - Static variable in class propel.core.configuration.ConfigurableConsts
-
Characters that are not allowed at the end of a sub-domain
- VALIDATION_DISALLOWED_SUBDOMAIN_START_CHARS - Static variable in class propel.core.configuration.ConfigurableConsts
-
Characters that are not allowed at the start of a sub-domain
- ValidationException - Exception in propel.core.validation
-
Signifies a validation error
- ValidationException() - Constructor for exception propel.core.validation.ValidationException
-
Default constructor
- ValidationException(String) - Constructor for exception propel.core.validation.ValidationException
-
Overloaded constructor
- ValidationException(String, Throwable) - Constructor for exception propel.core.validation.ValidationException
-
Overloaded constructor
- value - Variable in class propel.core.collections.maps.primitive.LongEntry
-
- ValueCollection<TKey extends java.lang.Comparable<TKey>,TValue> - Class in propel.core.collections.maps.avl
-
Represents an immutable type-aware collection of values.
- ValueCollection(AvlHashtable<TKey, TValue>, Class<?>) - Constructor for class propel.core.collections.maps.avl.ValueCollection
-
Initializes with a new value collection.
- valueOf(String) - Static method in enum propel.core.common.StackTraceLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum propel.core.utils.FileAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum propel.core.utils.InvalidCastBehaviour
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum propel.core.utils.MatchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum propel.core.utils.PrimitiveArrayType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum propel.core.utils.PrimitiveType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum propel.core.utils.ScanDepthMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum propel.core.utils.ScanFailMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum propel.core.utils.ScanHiddenMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum propel.core.utils.ScanInclusionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum propel.core.utils.ScanSortMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum propel.core.utils.StringComparison
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum propel.core.utils.StringSplitOptions
-
Returns the enum constant of this type with the specified name.
- values() - Method in interface propel.core.collections.maps.multi.IMapMultimap
-
Returns all values, or an empty iterable if no values exist
- values() - Method in class propel.core.collections.maps.multi.MapMultimap
-
Returns all values, or an empty iterable if no values exist
- values() - Method in class propel.core.collections.maps.multi.SharedMapMultimap
-
Returns all values, or an empty iterable if no values exist
- values() - Method in interface propel.core.collections.maps.primitive.ILongHashMap
-
Returns all values
- values() - Method in class propel.core.collections.maps.primitive.LongHashMap
-
Returns all values
- values() - Static method in enum propel.core.common.StackTraceLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum propel.core.utils.FileAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum propel.core.utils.InvalidCastBehaviour
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum propel.core.utils.MatchType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum propel.core.utils.PrimitiveArrayType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum propel.core.utils.PrimitiveType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum propel.core.utils.ScanDepthMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum propel.core.utils.ScanFailMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum propel.core.utils.ScanHiddenMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum propel.core.utils.ScanInclusionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum propel.core.utils.ScanSortMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum propel.core.utils.StringComparison
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum propel.core.utils.StringSplitOptions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ValueSessionStore<T extends java.lang.Comparable<T>> - Class in propel.core.collections.volatiles
-
A type-aware thread-safe Session object that allows multiple threads to operate on a collection of time-expiring objects.
- ValueSessionStore(int, int) - Constructor for class propel.core.collections.volatiles.ValueSessionStore
-
Overloaded constructor, initializes session with a session expiration time and polling interval in milliseconds.
- ValueSessionStore(int, int, Class<?>) - Constructor for class propel.core.collections.volatiles.ValueSessionStore
-
Overloaded constructor, initializes session with a session expiration time and polling interval in milliseconds.
- VERTICAL_BAR - Static variable in class propel.core.common.CONSTANT
-
The vertical bar String "|"
- VERTICAL_BAR_CHAR - Static variable in class propel.core.common.CONSTANT
-
The vertical bar char '|'