Package format.bind.annotation
package format.bind.annotation
Provides annotations to text format binding.
-
ClassDescriptionSpecifies that the annotated element is a text format.Used to specify how to access text format fields.Used with the
FormatAccess
annotation to specify an access type to be applied.Maps a JavaBean property to a text format field.Used inFormatField.type()
to specify the type of the text format field.Indicates that the JavaBean property contains nested text format fields.Specifies a converter that implementsFieldConverter
for custom conversion.Used to signal that the converter be inferred from the signature of the property.A container for multipleFormatFieldConverter
annotations.Used to override text format fields mapped on a superclass or JavaBean properties annotated withFormatFieldContainer
.Used to override multiple text format fields mapping.A container for multipleFormatMapEntry
annotations.Specifies the mapping for the entry value of a map.Specifies the mapping of a map entry to a text format field.Indicates that the map entry contains nested text format fields.A container for multipleFormatMapEntryFieldContainer
annotations.A container for multipleFormatMapEntryField
annotations.Instructs theFormatter
how to find theFormatTypeValue
that identifies the targetFormat
Java type of the map entry value.A container for multipleFormatMapEntryTypeInfo
annotations.Instructs theFormatter
how to find theFormatTypeValue
that identifies the targetFormat
Java type.Provides the text value to identify a targetFormat
Java type.A container for multipleFormatTypeValue
annotations.