Uses of Class
de.knightsoftnet.validators.shared.SizeWithoutSeparators
-
Packages that use SizeWithoutSeparators Package Description de.knightsoftnet.validators.shared JSR-303/JSR-349 annotations to check bean entries (interfaces).de.knightsoftnet.validators.shared.impl JSR-303/JSR-349/JSR-380 annotations to check bean entries (implementations). -
-
Uses of SizeWithoutSeparators in de.knightsoftnet.validators.shared
Classes in de.knightsoftnet.validators.shared with annotations of type SizeWithoutSeparators Modifier and Type Class Description interfaceIbanThe annotated element must be a valid International Bank Account Number.
Supported types are Strings, other Objects are transfered to Strings,nullelements are considered valid.interfaceIsbn10The annotated element must be a valid International Standard Book Number in the short (10 digits) format.
Supported types are Strings, other Objects are transfered to Strings,nullelements are considered valid.interfaceIsbn13The annotated element must be a valid International Standard Book Number in the long (13 digits) format.
Supported types are Strings, other Objects are transfered to Strings,nullelements are considered valid.Methods in de.knightsoftnet.validators.shared that return SizeWithoutSeparators Modifier and Type Method Description SizeWithoutSeparators[]value()array of validators. -
Uses of SizeWithoutSeparators in de.knightsoftnet.validators.shared.impl
Methods in de.knightsoftnet.validators.shared.impl with parameters of type SizeWithoutSeparators Modifier and Type Method Description voidSizeWithoutSeparatorsValidator. initialize(SizeWithoutSeparators sizeWithoutSeparatorsAnnotation)initialize the validator.
-