Uses of Annotation Type
de.knightsoftnet.validators.shared.AlternateSize
Packages that use AlternateSize
Package
Description
JSR-303/JSR-349 annotations to check bean entries (interfaces).
JSR-303/JSR-349/JSR-380 annotations to check bean entries (implementations).
-
Uses of AlternateSize in de.knightsoftnet.validators.shared
Classes in de.knightsoftnet.validators.shared with annotations of type AlternateSizeModifier and TypeClassDescription@interfaceThe annotated element must be a valid BIC (Business Identifier Code in the past also known as Bank Identifier Code).
Supported types are Strings, other Objects are transfered to Strings,nullelements are considered valid.
IfignoreWhiteSpacesis set totrue, whitespaces are removed before test is done.
It's a formal test, against format definition, size and SWIFT country list.
There is no test of validity of the BIC!@interfaceThe annotated element must be a valid BIC (Business Identifier Code in the past also known as Bank Identifier Code).
Supported types are Strings, other Objects are transfered to Strings,nullelements are considered valid.
IfignoreWhiteSpacesis set totrue, whitespaces are removed before test is done.
It's a formal test, against format definition, size and SWIFT country list.
There is no test of validity of the BIC!@interfaceThe annotated element must be a valid Global Trade Item Number (until 2009 known as European Article Number) in the long (13 digits) or short (8 digits) format.
Supported types are Strings, other Objects are transfered to Strings,nullelements are considered valid.
There are numeric, size and checksum tests by apache commons validation routines.@interfaceThe annotated element must be a valid International Standard Book Number in the long (13 digits) or short (10 digits) format.
Supported types are Strings, other Objects are transfered to Strings,nullelements are considered valid.@interfaceThe annotated element must be a valid International Standard Book Number in the long (13 digits) or short (10 digits) format.
Supported types are Strings, other Objects are transfered to Strings,nullelements are considered valid. -
Uses of AlternateSize in de.knightsoftnet.validators.shared.impl
Methods in de.knightsoftnet.validators.shared.impl with parameters of type AlternateSizeModifier and TypeMethodDescriptionfinal voidAlternateSizeValidator.initialize(AlternateSize alternateSizeAnnotation) initialize the validator.