Uses of Annotation Interface
info.ejava.examples.db.validation.contacts.constraints.PostalStateAbbreviation
Packages that use PostalStateAbbreviation
Package
Description
-
Uses of PostalStateAbbreviation in info.ejava.examples.db.validation.contacts.constraints
Classes in info.ejava.examples.db.validation.contacts.constraints that implement interfaces with type arguments of type PostalStateAbbreviationModifier and TypeClassDescriptionclassThis constraint verifies whether the upper case value for the field is a valid postal state abbreviation as of 1963Methods in info.ejava.examples.db.validation.contacts.constraints with parameters of type PostalStateAbbreviationModifier and TypeMethodDescriptionvoidPostalStateAbbreviationValidator.initialize(PostalStateAbbreviation annotation) -
Uses of PostalStateAbbreviation in info.ejava.examples.db.validation.contacts.dto
Fields in info.ejava.examples.db.validation.contacts.dto with annotations of type PostalStateAbbreviationModifier and TypeFieldDescriptionprivate @PostalStateAbbreviation(normalize=false) StringStreetAddressDTO.state