| Interface | Description |
|---|---|
| DataConverter |
A contract to a data converter from a text value to a typed value.
|
| Xpp3Reader<O> |
A simple contract to mark all xpp readers.
|
| Class | Description |
|---|---|
| AbstractXpp3Reader<O> |
An abstract xpp3Reader based on
PropertyMapper to set properties of
the objects to build. |
| AttributeValueToProperty |
Property mapper from a attribute content.
|
| PropertyMapper |
A abstract object to map an xml value (tag or attribute, or esle?) to a pojo property.
|
| TagContentToProperty<O> |
Property mapper from a tag content to an object.
|
| TagTextContentToProperty |
Property mapp from a tag text content.
|
| Xpp3Helper |
A Helper to read some data stored in xml with a
Xpp3Reader. |
| Enum | Description |
|---|---|
| DefaultDataConverter |
A enumaration to convert some data from a string representation.
|
Copyright © 2009–2014 CodeLutin. All rights reserved.