Package dev.voidframework.validation.validator
package dev.voidframework.validation.validator
-
Annotation InterfacesClassDescriptionThe annotated element must be a valid CUID.Defines several
@CUID
annotations on the same elementThe annotatedInputStream
size must be between the specified boundaries (included).Defines several@InputStreamSize
annotations on the same elementThe annotated element class type must be compliant.Defines several@Instance
annotations on the same elementThe annotated element class type must not be compliant.Defines several@NotInstance
annotations on the same elementThe annotated element length must be between the specified boundaries (included).Defines several@TrimmedSize
annotations on the same element