Uses of Interface
com.github.cowwoc.requirements10.java.validator.component.ValidatorComponent
Packages that use ValidatorComponent
Package
Description
-
Uses of ValidatorComponent in com.github.cowwoc.requirements10.guava.validator
Subinterfaces of ValidatorComponent in com.github.cowwoc.requirements10.guava.validatorModifier and TypeInterfaceDescriptioninterface
MultimapValidator<T extends Multimap<K,
V>, K, V> Validates the state of a Multimap, throwing an exception on the first failure. -
Uses of ValidatorComponent in com.github.cowwoc.requirements10.jackson.validator
Subinterfaces of ValidatorComponent in com.github.cowwoc.requirements10.jackson.validatorModifier and TypeInterfaceDescriptioninterface
JsonNodeValidator<T extends JsonNode>
Validates the state of a JsonNode. -
Uses of ValidatorComponent in com.github.cowwoc.requirements10.java.validator
Subinterfaces of ValidatorComponent in com.github.cowwoc.requirements10.java.validatorModifier and TypeInterfaceDescriptioninterface
Validates the state of aBigDecimal
.interface
Validates the state of aBigInteger
.interface
Validates the state of aBoolean
.interface
Validates the state of anbyte[]
.interface
Validates the state of aByte
.interface
Validates the state of aCharacter
.interface
CollectionValidator<T extends Collection<E>,
E> Validates the state of aCollection
.interface
ComparableValidator<T extends Comparable<T>>
Validates the state of aComparable
.interface
Validates the state of aDouble
.interface
Validates the state of aFloat
.interface
Validates the state of aGenericType
.interface
Validates the state of anInetAddress
.interface
Validates the state of anInteger
.interface
ListValidator<T extends List<E>,
E> Validates the state of aList
.interface
Validates the state of aLong
.interface
MapValidator<T extends Map<K,
V>, K, V> Validates the state of aMap
.interface
ObjectArrayValidator<T,
E> Validates the state of anObject[]
.interface
Validates the state of anObject
.interface
Validates the state of anOptional
.interface
Validates the state of aPath
.interface
Validates the state of aboolean[]
.interface
Validates the state of aboolean
.interface
Validates the state of abyte[]
.interface
Validates the state of abyte
.interface
Validates the state of achar[]
.interface
Validates the state of achar
.interface
Validates the state of adouble[]
.interface
Validates the state of adouble
.interface
Validates the state of afloat[]
.interface
Validates the state of afloat
.interface
Validates the state of aint[]
.interface
Validates the state of anint
.interface
Validates the state of along[]
.interface
Validates the state of along
.interface
Validates the state of ashort[]
.interface
Validates the state of ashort
.interface
Validates the state of anint
that does not support negative numbers.interface
Validates the state of aShort
.interface
Validates the state of aString
.interface
Validates the state of anInteger
that does not support negative values.interface
Validates the state of aURI
.