Package format.bind
package format.bind
Provides a format binding features for client applications including
parsing and formatting capabilities.
Formatter is the entry point to the format binding features.
-
ClassDescriptionThe root class for all Format Binding exceptions.Provides access to text format field properties.Defines the text format field access strategies.Represents the computed configuration of a text format field.Thrown by the
FormatProcessor
when an error occurs during formatting Java object or parsing text format.FormatProcessor<T,F extends FormatProcessor<T, F>> The common interface of text format processors.A functional interface to be registered withFormatProcessor
to listen for post parsing or formatting event.FormatReader<T,F extends FormatReader<T, F>> TheFormatReader
class is responsible for processing the deserialization of text format data into newly created Java type.Formatter<T>The entry point to the format binding API.FormatWriter<T,F extends FormatWriter<T, F>> TheFormatWriter
class is responsible for processing the serialization of Java object into text format.Utility class used to obtain jFormat API service provider interfaces.