Package com.github.cowwoc.requirements10.java.validator.component
package com.github.cowwoc.requirements10.java.validator.component
-
InterfacesClassDescriptionArrayComponent<S,
T, E> Methods that all array validators must contain.CollectionComponent<S,E> Methods that allCollection
validators must contain.ComparableComponent<S,T extends Comparable<T>> Methods that allComparable
validators must contain.Methods that all decimalNumber
validators must contain.Methods that all fixed-precisionNumber
validators must contain.Validates the state of anInteger
orint
.Methods that validators for numbers that may be negative must contain.ObjectComponent<S,T> Methods that all object validators must contain.Methods that validators for numbers that may be positive must contain.Validates the state of anint
.ValidatorComponent<S,T> Methods that all validators must contain.Methods that validators for numbers that may be zero must contain.