@Exported
| Interface | Description |
|---|---|
| FormatDataEventListener |
Data format event listners listens to different events a data format handler
can raise during data access; e.g.
|
| FormatDataHandler |
Interface to define a data handler for specific data format.
|
| FormatStructureHandler |
Interface to define a handler that can extract structure definition from a
given input of a specific format, e.g.
|
| InputContentHandler |
An interface to define a content handler for the input.
|
| Class | Description |
|---|---|
| AccessorDef |
Defines an accessor.
|
| AttributeDef |
Implements an attrtibute.
|
| BeanHandler |
Format handler for BeanClass.
|
| CSVHandler |
Format handler for character separated values.
|
| DateConversionUtil | |
| FormatDataEvent |
Format data events are thrown by format data handlers during data access.
|
| FormatHelper |
Format structure handlers create structure from a source according to the
jsr227 specification.
|
| FormatHelper.DataHelper |
Class that provides different helper methods for the data extracted from
a format data handler.
|
| FormatHelper.StructureHelper |
Class that provides different helper methods for the structure definition
extracted from a format structure handler.
|
| MethodDef |
Defines a method of a data control.
|
| MethodReturnDef | |
| ParamDef |
Defines a method parameter of a data control.
|
| StructureDef |
Defines the structure definition of a data control.
|
| XMLContentHandler |
The
XMLContentHandler class generates XML content from the given
input object. |
| XMLHandler |
The
XMLHandler class XML data formats. |
| XSDHandler |
The
XSDHandler class parses an XML Schema definition
document and creates the structure information. |