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 AlternateSize
    Modifier and Type
    Class
    Description
    @interface 
    The 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, null elements are considered valid.
    If ignoreWhiteSpaces is set to true, 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!
    @interface 
    The 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, null elements are considered valid.
    If ignoreWhiteSpaces is set to true, 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!
    @interface 
    The 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, null elements are considered valid.
    There are numeric, size and checksum tests by apache commons validation routines.
    @interface 
    The 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, null elements are considered valid.
    @interface 
    The 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, null elements are considered valid.
  • Uses of AlternateSize in de.knightsoftnet.validators.shared.impl

    Methods in de.knightsoftnet.validators.shared.impl with parameters of type AlternateSize
    Modifier and Type
    Method
    Description
    final void
    AlternateSizeValidator.initialize(AlternateSize alternateSizeAnnotation)
    initialize the validator.