All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
Allocate |
The Allocate object is used to represent an entity
that has not yet been created and needs to be allocated to the
the object graph.
|
AnnotationFactory |
The AnnotationFactory is used to create annotations
using a given class.
|
AnnotationHandler |
The AnnotationHandler object is used to handle all
invocation made on a synthetic annotation.
|
AnnotationStrategy |
The AnnotationStrategy object is used to intercept
the serialization process and delegate to custom converters.
|
ArrayFactory |
The ArrayFactory is used to create object array
types that are compatible with the field type.
|
ArrayInstance |
The ArrayInstance object is used for creating arrays
from a specified Value object.
|
ArrayMatcher |
The ArrayMatcher object performs matching of array
types to array transforms.
|
ArrayTransform |
The PrimitiveArrayTransform is used to transform
arrays to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
ArrayValue |
The ArrayValue object is a value used for describing
arrays for a specified component type object.
|
AtomicIntegerTransform |
The AtomicIntegerTransform object is used to transform
values to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
AtomicLongTransform |
The AtomicLongTransform object is used to transform
values to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
Attribute |
The Attribute annotation represents a serializable XML
attribute within an XML element.
|
Attribute |
The Attribute interface represents an attribute that
is associated with an event node.
|
AttributeException |
The AttributeException is used to represent conditions
when an XML attribute is in an invalid state.
|
AttributeLabel |
The AttributeLabel object is used convert any value
retrieved from an XML attribute to a primitive object.
|
AttributeParameter |
The AttributeParameter represents a constructor
parameter.
|
AttributeParameter.Contact |
The Contact represents a contact object that is
to be used for a label in order to extract a parameter name.
|
BigDecimalTransform |
The BigDecimalTransform is used to transform decimal
values to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
BigIntegerTransform |
The BigIntegerTransform is used to transform integer
values to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
BooleanTransform |
The BooleanTransform is used to transform boolean
values to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
Builder |
The Builder class is used to represent an XML style
that can be applied to a serialized object.
|
ByteTransform |
The ByteTransform object is used to transform byte
values to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
Cache<T> |
The Cache interface is used to represent a cache
that will store key value pairs.
|
CacheLabel |
The CacheLabel object is used to acquire details from an
inner label object so that details can be retrieved repeatedly without
the need to perform any logic for extracting the values.
|
CacheParameter |
The CacheParameter object represents a parameter
which caches its values internally.
|
Caller |
The Caller acts as a means for the schema to invoke
the callback methods on an object.
|
CamelCaseBuilder |
The CamelCaseBuilder is used to represent an XML style
that can be applied to a serialized object.
|
CamelCaseStyle |
The CamelCaseStyle is used to represent an XML style
that can be applied to a serialized object.
|
CharacterArrayTransform |
The CharacterArrayTransform is used to transform text
values to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
CharacterTransform |
The CharacterTransform object transforms character
values to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
ClassInstantiator |
The ClassInstantiator is used for instantiating
objects using either the default no argument constructor or one
that takes deserialized values as parameters.
|
ClassScanner |
The ClassScanner performs the reflective inspection
of a class and extracts all the class level annotations.
|
ClassSchema |
The Schema object is used to track which fields within
an object have been visited by a converter.
|
ClassTransform |
The ClassTransform object is used to transform class
values to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
ClassType |
The ClassType object is used to represent a type that
is neither a field or method.
|
CollectionFactory |
The CollectionFactory is used to create collection
instances that are compatible with the field type.
|
Collector |
The Collector object is used to store variables for
a deserialized object.
|
Collector.Registry |
The Registry object is used to store variables
for the collector.
|
Commit |
The Commit annotation is used to mark a method within
a serializable object that requires a callback from the persister
once the deserialization completes.
|
Comparer |
The Comparer is used to compare annotations on the
attributes of that annotation.
|
Complete |
The Complete annotation is used to mark a method that
requires a callback from the persister once the serialization of
the object has completed.
|
Composite |
The Composite object is used to perform serialization
of objects that contain XML annotations.
|
Composite.Builder |
This takes the approach that the object is instantiated first and
then the annotated fields and methods are deserialized from the
XML elements and attributes.
|
CompositeArray |
The CompositeArray object is used to convert a list of
elements to an array of object entries.
|
CompositeInlineList |
The CompositeInlineList object is used to convert an
group of elements in to a collection of element entries.
|
CompositeInlineMap |
The CompositeMap is used to serialize and deserialize
maps to and from a source XML document.
|
CompositeKey |
The CompositeKey object is used to convert an object
to an from an XML element.
|
CompositeList |
The CompositeList object is used to convert an element
list to a collection of element entries.
|
CompositeListUnion |
The CompositeListUnion object is used to act as a
mediator for multiple converters associated with a particular union
group.
|
CompositeMap |
The CompositeMap is used to serialize and deserialize
maps to and from a source XML document.
|
CompositeMapUnion |
The CompositeMapUnion object is used to act as a
mediator for multiple converters associated with a particular union
group.
|
CompositeUnion |
The CompositeUnion object is used to act as a mediator
for multiple converters associated with a particular union group.
|
CompositeValue |
The CompositeValue object is used to convert an object
to an from an XML element.
|
ConcurrentCache<T> |
The ConcurrentCache interface is used to represent a
cache that will store key value pairs.
|
ConstructorException |
The ConstructorException is used to represent any
errors where an annotated constructor parameter is invalid.
|
ConstructorScanner |
The ConstructorScanner object is used to scan all
all constructors that have XML annotations for their parameters.
|
Contact |
The Contact interface is used to provide a point of
contact with an object.
|
ContactList |
The ContactList object is used to represent a list
that contains contacts for an object.
|
ContactMap |
The ContactMap object is used to keep track of the
contacts that have been processed.
|
Context |
The Context object acts as a contextual object that is
used to store all information regarding an instance of serialization
or deserialization.
|
Contract |
The Contract object is used to expose the attribute
names used by the cycle strategy.
|
ConversionInstance |
The ConversionInstance object is used to promote the
type to some more specialized type.
|
Convert |
The Convert annotation is used to specify a converter
class to use for serialization.
|
Converter<T> |
The Converter object is used to convert an object
to XML by intercepting the normal serialization process.
|
Converter |
The Converter object serializes and deserializes XML
elements.
|
ConverterFactory |
The ConverterFactory is used to instantiate objects
based on a provided type or annotation.
|
ConverterScanner |
The ConverterScanner is used to create a converter
given a method or field representation.
|
ConvertException |
The ConvertException is thrown when there is a
problem converting an object.
|
Creator |
The Instantiator object is used to represent an single
constructor within an object.
|
Criteria |
The Criteria object represents the criteria used to
create an object and populate its methods and fields.
|
CurrencyTransform |
The CurrencyTransform is used to transform currency
values to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
CycleException |
The CycleException is thrown when an invalid cycle
is found when deserializing an object from an XML document.
|
CycleStrategy |
The CycleStrategy represents a strategy that is used
to augment the deserialization and serialization process such that
cycles in an object graph can be supported.
|
DateFactory<T extends java.util.Date> |
The DateFactory object is used to create instances
or subclasses of the Date object.
|
DateTransform<T extends java.util.Date> |
The DateTransform object is used to transform date
values to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
DateType |
The DateType enumeration provides a set of known date
formats supported by the date transformer.
|
DateType.DateFormat |
The DateFormat provides a synchronized means for
using the simple date format object.
|
Decorator |
The Decorator interface is used to describe an object
that is used to add decorations to an output node.
|
Default |
The Default annotation is used to specify that all
fields or methods should be serialized in a default manner.
|
DefaultDetail |
This DefaultDetail object is used to create a detail
object that contains a default access override.
|
DefaultMatcher |
The DefaultMatcher is a delegation object that uses
several matcher implementations to correctly resolve both the
stock Transform implementations and implementations
that have been overridden by the user with a custom matcher.
|
DefaultScanner |
The DefaultScanner performs the reflective inspection
of a class and builds a map of attributes and elements for each
annotated field.
|
DefaultType |
The DefaultType enumeration is used to specify the
type of defaults to apply to a class.
|
Detail |
The Detail object is used to provide various details
for a type.
|
DetailExtractor |
The DetailExtractor object is used to extract details
for a specific class.
|
DetailScanner |
The DetailScanner is used to scan a class for methods
and fields as well as annotations.
|
Dictionary<T extends Entry> |
The Dictionary object represents a mapped set of entry
objects that can be serialized and deserialized.
|
Dictionary.Table<T> |
The Table object is used to represent a map of
entries mapped to a string name.
|
DocumentProvider |
The DocumentProvider object is used to provide event
reader implementations for DOM.
|
DocumentReader |
The DocumentReader object provides an implementation
for reading XML events using DOM.
|
DocumentReader.End |
The End object is used to represent the end of an
element.
|
DocumentReader.Entry |
The Entry object is used to represent an attribute
within a start element.
|
DocumentReader.Start |
The Start object is used to represent the start of
an XML element.
|
DocumentReader.Text |
The Text object is used to represent a text event.
|
DoubleTransform |
The DoubleTransform is used to transform double
values to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
Element |
The Element annotation is used to represent a field
or method that appears as an XML element.
|
ElementArray |
The ElementArray annotation represents a method or
field that is an array of elements.
|
ElementArrayLabel |
The ElementArrayLabel represents a label that is used
to represent an XML element array in a class schema.
|
ElementArrayParameter |
The ElementArrayParameter represents a constructor
parameter.
|
ElementArrayParameter.Contact |
The Contact represents a contact object that is
to be used for a label in order to extract a parameter name.
|
ElementException |
The ElementException is used to represent conditions
when an XML element is in an invalid state.
|
ElementLabel |
The ElementLabel represents a label that is used to
represent an XML element in a class schema.
|
ElementList |
The ElementList annotation represents a method or
field that is a Collection for storing entries.
|
ElementListLabel |
The ElementListLabel represents a label that is used
to represent an XML element list in a class schema.
|
ElementListParameter |
The ElementListParameter represents a constructor
parameter.
|
ElementListParameter.Contact |
The Contact represents a contact object that is
to be used for a label in order to extract a parameter name.
|
ElementListUnion |
The ElementListUnion annotation is used to describe
fields and methods that can dynamically match a schema class.
|
ElementListUnionLabel |
The ElementListUnionLabel is an adapter for an internal
label.
|
ElementListUnionParameter |
The ElementListUnionParameter represents a constructor
parameter.
|
ElementListUnionParameter.Contact |
The Contact represents a contact object that is
to be used for a label in order to extract a parameter name.
|
ElementMap |
The ElementMap annotation represents a method or field
that is a Map for storing key value pairs.
|
ElementMapLabel |
The ElementMapLabel represents a label that is used
to represent an XML element map in a class schema.
|
ElementMapParameter |
The ElementMapParameter represents a constructor
parameter.
|
ElementMapParameter.Contact |
The Contact represents a contact object that is
to be used for a label in order to extract a parameter name.
|
ElementMapUnion |
The ElementMapUnion annotation is used to describe a
field or method that can dynamically match a schema class.
|
ElementMapUnionLabel |
The ElementMapUnionLabel is an adapter for an internal
label.
|
ElementMapUnionParameter |
The ElementMapUnionParameter represents a constructor
parameter.
|
ElementMapUnionParameter.Contact |
The Contact represents a contact object that is
to be used for a label in order to extract a parameter name.
|
ElementParameter |
The ElementParameter represents a constructor
parameter.
|
ElementParameter.Contact |
The Contact represents a contact object that is
to be used for a label in order to extract a parameter name.
|
ElementUnion |
The ElementUnion annotation is used to describe fields
and methods that can dynamically match a schema class.
|
ElementUnionLabel |
The ElementUnionLabel is an adapter for an internal
label.
|
ElementUnionParameter |
The ElementUnionParameter represents a constructor
parameter.
|
ElementUnionParameter.Contact |
The Contact represents a contact object that is
to be used for a label in order to extract a parameter name.
|
EmptyExpression |
The EmptyExpression object is used to represent a path
that represents the current context.
|
EmptyMatcher |
The EmptyMatcher object is used as a delegate type
that is used when no user specific matcher is specified.
|
EmptyMatcher |
The EmptyMatcher object is used as a delegate type
that is used when no user specific matcher is specified.
|
Entry |
The Entry object is used to provide configuration for
the serialization and deserialization of a map.
|
Entry |
The Entry object represents entries to the dictionary
object.
|
EnumTransform |
The EnumTransform represents a transform that is
used to transform enumerations to strings and back again.
|
EnvironmentFilter |
The EnvironmentFilter object is used to provide a
filter that will replace the specified values with an environment
variable from the OS.
|
EventAttribute |
The EventAttribute object represents an attribute
that is associated with an event node.
|
EventElement |
The EventElement object is used to represent an event
that has been extracted from the XML document.
|
EventNode |
The EventNode object is used to represent an event
that has been extracted from the XML document.
|
EventReader |
The EventReader interface is used to represent an XML
reader that can be used to read a source document.
|
EventToken |
The EventToken object is used to represent an event
that has been extracted from the XML document.
|
Expression |
The Expression interface is used to represent an XPath
expression.
|
ExpressionBuilder |
The ExpressionBuilder object is used build and cache
path expressions.
|
Extractor<T extends java.lang.annotation.Annotation> |
The Extractor interface is used to represent an object
that can be used to extract constituent parts from a union.
|
ExtractorFactory |
The ExtractorFactory is used to create an extractor
object that can be used to build a label for each annotation in
the union group.
|
ExtractorFactory.ElementExtractor |
The ElementExtractor object is used extract the
constituent parts of the provided union annotation.
|
ExtractorFactory.ElementListExtractor |
The ElementListExtractor object is used extract the
constituent parts of the provided union annotation.
|
ExtractorFactory.ElementMapExtractor |
The ElementListExtractor object is used extract the
constituent parts of the provided union annotation.
|
ExtractorFactory.ExtractorBuilder |
The ExtractorBuilder object is used to instantiate
an extractor based an a particular union annotation.
|
Factory |
The Factory object provides a base class for factories
used to produce field values from XML elements.
|
FieldContact |
The FieldContact object is used to act as a contact
for a field within an object.
|
FieldDetail |
The FieldDetail represents a field and acts as a
means to cache all of the details associated with the field.
|
FieldScanner |
The FieldScanner object is used to scan an class for
fields marked with an XML annotation.
|
FieldScanner.FieldKey |
The FieldKey object is used to create a key that
can store a contact using a field without using the methods
of hashCode and equals on the field
directly, as these can perform poorly on certain platforms.
|
FileTransform |
The FileTransform object is used to transform file
paths to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
Filter |
The Filter object is used to provide replacement string
values for a provided key.
|
FloatTransform |
The FloatTransform object is used to transform float
values to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
Format |
The Format object is used to provide information on
how a generated XML document should be structured.
|
Formatter |
The Formatter object is used to format output as XML
indented with a configurable indent level.
|
Formatter.Tag |
This is used to enumerate the different types of tag that can
be written.
|
Function |
The Function object is used to encapsulated the method
that is called when serializing an object.
|
GetPart |
The GetPart object represents the getter method for
a Java Bean property.
|
GregorianCalendarTransform |
The DateTransform is used to transform calendar
values to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
Group |
The Group interface represents a group of labels
associated with a particular union annotation.
|
GroupExtractor |
The GroupExtractor represents an extractor for labels
associated with a particular union annotation.
|
GroupExtractor.Registry |
The Registry object is used to maintain mappings
from types to labels.
|
HyphenBuilder |
The HyphenBuilder is used to represent an XML style
that can be applied to a serialized object.
|
HyphenStyle |
The HyphenStyle is used to represent an XML style
that can be applied to a serialized object.
|
IdentityStyle |
The IdentityStyle object is used to represent a style
that does not modify the tokens passed in to it.
|
Indenter |
The Indenter is used create indent strings using the
stack paradigm.
|
Indenter.Cache |
The Cache object is used create an indexable list
which allows the indenter to quickly acquire an indent using
a stack position.
|
InputAttribute |
The InputAttribute is used to represent an attribute
within an element.
|
InputElement |
The InputElement represents a self contained element
that will allow access to its child elements.
|
InputNode |
The InputNode object represents an iterator for the
elements within an element.
|
InputNodeMap |
The InputNodeMap object represents a map to contain
attributes used by an input node.
|
InputPosition |
The InputPosition object is used to acquire the line
number within the XML document.
|
InputStack |
The InputStack is used to keep track of the nodes
that have been read from the document.
|
Instance |
The Instance object creates a type that is represented
by an XML element.
|
InstanceFactory |
The Instantiator is used to instantiate types that
will leverage a constructor cache to quickly create the objects.
|
InstantiationException |
The InstantiationException is thrown when an object
cannot be instantiated either because it is an abstract class or an
interface.
|
Instantiator |
The Instantiator object is used for instantiating
objects using either the default no argument constructor or one
that takes deserialized values as parameters.
|
InstantiatorBuilder |
The InstantiatorBuilder object is used to resolve labels
based on a provided parameter.
|
IntegerTransform |
The IntegerTransform is used to transform integer
values to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
Introspector |
The Introspector object is used to determine the details
to use for an annotated field or method using both the field an
annotation details.
|
InvalidFormatException |
The InvalidFormatException is thrown when there is
a format exception.
|
KeyBuilder |
The KeyBuilder is used build unique keys for labels
using the paths defined in those labels.
|
KeyBuilder.Key |
The Key object represents an object that can be
used in a hash container.
|
KeyBuilder.KeyType |
The KeyType enumeration is used to differentiate
keys created for attributes from those created from elements.
|
Label |
The Label interface is used to describe an reference to
a field annotated with an XML schema annotation.
|
LabelExtractor |
The LabelExtractor object is used to create instances of
the Label object that can be used to convert an XML
node into a Java object.
|
LabelExtractor.LabelBuilder |
The LabelBuilder object will create a constructor
that can be used to instantiate the correct label for the XML
annotation specified.
|
LabelGroup |
The LabelList contains a group of labels associated
with a specific contact.
|
LabelKey |
The LabelKey object is used to create a key that will
uniquely identify an annotated method within a class.
|
LabelMap |
The LabelMap object represents a map that contains
string label mappings.
|
LimitedCache<T> |
The LimitedCache interface is used to represent a
cache that will store key value pairs.
|
Loader |
The Loader object is used to provide class loading
for the strategies.
|
LocaleTransform |
The LocaleTransform is used to transform locale
values to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
LongTransform |
The LongTransform object is used to transform long
values to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
MapFactory |
The MapFactory is used to create map instances that
are compatible with the field type.
|
MapFilter |
The MapFilter object is a filter that can make use
of user specified mappings for replacement.
|
Match |
This object is stored within a Resolver so that it
can be retrieved using a string that matches its pattern.
|
Matcher |
The Matcher is used to match a type with a transform
such that a string value can be read or written as that type.
|
MethodContact |
The MethodContact object is acts as a contact that
can set and get data to and from an object using methods.
|
MethodDetail |
The MethodDetail represents a method and acts as a
means to cache all of the details associated with the method.
|
MethodException |
The MethodException is used to represent conditions
where a Java Bean property has been annotated incorrectly.
|
MethodName |
The MethodName object is used to represent the name
of a Java Bean method.
|
MethodPart |
The MethodPart interface is used to provide a point
of contact with an object.
|
MethodPartFactory |
The MethodPartFactory is used to create method parts
based on the method signature and the XML annotation.
|
MethodScanner |
The MethodScanner object is used to scan an object
for matching get and set methods for an XML annotation.
|
MethodScanner.PartMap |
The PartMap is used to contain method parts using
the Java Bean method name for the part.
|
MethodType |
The MethodType enumeration is used to specify a
set of types that can be used to classify Java Beans methods.
|
Mode |
The Mode enumeration is used to specify the output
mode for XML text.
|
Model |
The Model interface represents the core data structure
used for representing an XML schema.
|
ModelAssembler |
The ModelAssembler is used to assemble the model
using registrations based on the specified order.
|
ModelList |
The ModelList object is used to maintain an ordered
list of models.
|
ModelMap |
The ModelMap object represents a map that contains
string model mappings.
|
ModelSection |
The ModelSection represents a section that is backed
by a Model instance.
|
Name |
This contains the default attribute names to use to populate the
XML elements with data relating to the object to be serialized.
|
Namespace |
The Namespace annotation is used to set a namespace
on an element or attribute.
|
NamespaceDecorator |
The NamespaceDecorator object is used to decorate
any output node with namespaces.
|
NamespaceList |
The NamespaceList annotation that is used to declare
namespaces that can be added to an element.
|
NamespaceMap |
The NamespaceMap object is used store the namespaces
for an element.
|
Node |
The Node is used to represent a name value pair and
acts as the base form of data used within the framework.
|
NodeBuilder |
The NodeBuilder object is used to create either an
input node or an output node for a given source or destination.
|
NodeException |
The NodeException is thrown to indicate the state of
either the input node or output node being invalid.
|
NodeExtractor |
The NodeExtractor object is used to extract nodes
from a provided DOM document.
|
NodeMap<T extends Node> |
The NodeMap object represents a map of nodes that
can be set as name value pairs.
|
NodeReader |
The NodeReader object is used to read elements from
the specified XML event reader.
|
NodeStack |
The NodeStack object is used to represent a stack
of DOM nodes.
|
NodeWriter |
The NodeWriter object is used to create a writer that
will write well formed indented XML for a given output node.
|
ObjectFactory |
The ObjectFactory is the most basic factory.
|
ObjectInstance |
The ObjectInstance is used to instantiate an object
from the criteria provided in the given Value .
|
ObjectScanner |
The ObjectScanner performs the reflective inspection
of a class and builds a map of attributes and elements for each
annotated field.
|
ObjectValue |
The ObjectValue is an implementation of a value
that represents a object other than an array.
|
Order |
The Order annotation is used to specify the order of
appearance of XML elements and attributes.
|
OutputAttribute |
The OutputAttribute object is used to represent a
node added to the output node map.
|
OutputBuffer |
This is primarily used to replace the StringBuffer
class, as a way for the Formatter to store the start
tag for an XML element.
|
OutputDocument |
The OutputDocument object is used to represent the
root of an XML document.
|
OutputElement |
The OutputElement object represents an XML element.
|
OutputNode |
The OutputNode object is used to represent a cursor
which can be used to write XML elements and attributes.
|
OutputNodeMap |
The OutputNodeMap is used to collect attribute nodes
for an output node.
|
OutputStack |
The OutputStack is used to keep track of the nodes
that have been written to the document.
|
OverrideType |
The OverrideType is used to represent a type as class
other than that defined in a containing type.
|
OverrideValue |
The OverrideValue is used to represent a value that
contains an override type.
|
PackageMatcher |
The PackageMatcher object is used to match the stock
transforms to Java packages.
|
Parameter |
The Parameter is used to represent a constructor
parameter.
|
ParameterContact<T extends java.lang.annotation.Annotation> |
The ParameterContact object is used to represent
a contact that is provided so that a Label can be
used to determine a consistent name for the parameter.
|
ParameterFactory |
The ParameterFactory object is used to create instances
of the Parameter object.
|
ParameterFactory.ParameterBuilder |
The ParameterBuilder is used to create a constructor
that can be used to instantiate the correct parameter for the
XML annotation specified.
|
ParameterMap |
The ParameterMap object represents of parameters
that are present within an objects constructors.
|
Path |
The Path annotation is used to specify an XML path
where an XML element or attribute is located.
|
PathException |
The PathException is thrown when there is a problem
with the syntax of an XPath expression.
|
PathParser |
The PathParser object is used to parse XPath paths.
|
Persist |
The Persist annotation is used to mark a method that
requires a callback from the persister before serialization of
an object begins.
|
PersistenceException |
The PersistenceException is thrown when there is a
persistance exception.
|
Persister |
The Persister object is used to provide an implementation
of a serializer.
|
PlatformFilter |
The PlatformFilter object makes use of all filter
types this resolves user specified properties first, followed
by system properties, and finally environment variables.
|
Policy |
The Policy interface is used to represent the XML
mapping policy used by the current serialization schema.
|
Position |
The Position object is used to acquire the position
of the read cursor within the XML file.
|
PrefixResolver |
The PrefixResolver object will store the namespaces
for an element.
|
Primitive |
The Primitive object is used to provide serialization
for primitive objects.
|
PrimitiveArray |
The PrimitiveArray object is used to convert a list of
elements to an array of object entries.
|
PrimitiveFactory |
The PrimitiveFactory object is used to create objects
that are primitive types.
|
PrimitiveInlineList |
The PrimitiveInlineList object is used to convert a
group of elements in to a collection of element entries.
|
PrimitiveKey |
The PrimitiveKey is used to serialize a primitive key
to and from a node.
|
PrimitiveList |
The PrimitiveList object is used to convert an element
list to a collection of element entries.
|
PrimitiveMatcher |
The PrimitiveMatcher object is used to resolve the
primitive types to a stock transform.
|
PrimitiveScanner |
The PrimitiveScanner performs the reflective inspection
of a class and builds a map of attributes and elements for each
annotated field.
|
PrimitiveScanner.EmptySection |
The EmptySection object creates a section for
used with primitives that has no values.
|
PrimitiveValue |
The PrimitiveValue is used to serialize a primitive
value to and from a node.
|
Provider |
The Provider object is used to represent the provider
of an XML parser.
|
ProviderFactory |
The ProviderFactory object is used to instantiate a
provider of XML parsing to the framework.
|
PullProvider |
The PullProvider class is used to provide an event
reader that uses the XML pull API available on Google Android.
|
PullReader |
The PullReader is used to provide an event reader
thats makes use of the XML pull API.
|
PullReader.End |
The End object is used to represent the end of an
element.
|
PullReader.Entry |
The Entry object is used to represent an attribute
within a start element.
|
PullReader.Start |
The Start object is used to represent the start of
an XML element.
|
PullReader.Text |
The Text object is used to represent a text event.
|
Qualifier |
The Qualifier object is used to provide decorations
to an output node for namespaces.
|
ReadGraph |
The ReadGraph object is used to build a graph of the
objects that have been deserialized from the XML document.
|
ReadState |
The ReadState object is used to store all graphs that
are currently been read with a given cycle strategy.
|
Reference |
The Reference object represents a value that holds
an object instance.
|
Reference |
The Reference object represents an object that
is used to provide a reference to an already instantiated value.
|
Reflector |
The Reflector object is used to determine the type
of a generic type.
|
Registry |
The Registry represents an object that is used to
register bindings between a class and a converter implementation.
|
RegistryBinder |
The RegistryBinder object is used acquire converters
using a binding between a type and its converter.
|
RegistryMatcher |
The RegistryMatcher provides a simple matcher backed
by a registry.
|
RegistryStrategy |
The RegistryStrategy object is used to intercept
the serialization process and delegate to custom converters.
|
Repeater |
The Repeater interface is used to for converters that
can repeat a read on a given element.
|
Replace |
The Replace method is used to replace an object that
is about to be serialized to an XML document.
|
Resolve |
The Resolve method is used to resolve an object that
has been deserialized from the XML document.
|
Resolver<M extends Match> |
This is used to store Match objects, which can then be
retrieved using a string by comparing that string to the pattern of
the Match objects.
|
Revision |
The Revision object is used represent the revision
of a class as read from a version attribute.
|
Root |
This Root annotation is used to annotate classes that
need to be serialized.
|
RootException |
The RootException is thrown if the Root
annotation is missing from a root object that is to be serialized
or deserialized.
|
Scanner |
The Scanner interface is used to scan a class for a
given annotation.
|
Scanner |
The Scanner object performs the reflective inspection
of a class and builds a map of attributes and elements for each
annotated field.
|
ScannerBuilder |
The ScannerBuilder is used to build and cache each
scanner requested.
|
ScannerBuilder.Entry |
The Entry object represents a scanner that is
used to scan a specified type for annotations.
|
ScannerFactory |
The ScannerFactory is used to create scanner objects
that will scan a class for its XML class schema.
|
Schema |
The Schema object is used to track which fields within
an object have been visited by a converter.
|
Section |
The Section interface is used to represent a section
of XML that is to be generated.
|
Serializer |
The Serializer interface is used to represent objects
that can serialize and deserialize objects to an from XML.
|
Session |
The Session object represents a session with name
value pairs.
|
SessionManager |
The SessionManager is used to manage the sessions that
are used during the serialization process.
|
SessionManager.Reference |
The Reference object is used to store sessions
and count references to them.
|
SetPart |
The SetPart object represents the setter method for
a Java Bean property.
|
ShortTransform |
The ShortTransform object is used to transform short
values to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
Signature |
The Signature object represents a constructor
of parameters iterable in declaration order.
|
SignatureBuilder |
The SignatureBuilder is used to build all permutations
of signatures a constructor contains.
|
SignatureBuilder.ParameterList |
The ParameterList object is used to represent a
column of parameters within a table.
|
SignatureBuilder.ParameterTable |
The ParameterTable is used to build a table of
parameters to represent a constructor.
|
SignatureCreator |
The Instantiator object is used to represent an single
constructor within an object.
|
SignatureScanner |
The SignatureScanner object is used to scan each of
the parameters within a constructor for annotations.
|
Source |
The Source object acts as a contextual object that is
used to store all information regarding an instance of serialization
or deserialization.
|
Splitter |
The Splitter object is used split up a string in to
tokens that can be used to create a camel case or hyphenated text
representation of the string.
|
Stack<T> |
The Stack object is used to provide a lightweight
stack implementation.
|
StackFilter |
The StackFilter object provides a filter that can
be given a collection of filters which can be used to resolve a
replacement.
|
Strategy |
The Strategy interface represents a strategy that can be
used to resolve and load the Class objects that compose
a serializable object.
|
StreamProvider |
The StreamProvider object is used to provide event
reader implementations for StAX.
|
StreamReader |
The StreamReader object provides an implementation
for reading XML events using StAX.
|
StreamReader.End |
The End object is used to represent the end of an
element.
|
StreamReader.Entry |
The Entry object is used to represent an attribute
within a start element.
|
StreamReader.Start |
The Start object is used to represent the start of
an XML element.
|
StreamReader.Text |
The Text object is used to represent a text event.
|
StringArrayTransform |
The StringArrayTransform is used to transform string
arrays to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
StringTransform |
The StringTransform is used to transform strings
values to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
Structure |
The Structure object represents the XML structure of
an annotated class schema.
|
StructureBuilder |
The StructureBuilder object is used to build the XML
structure of an annotated class.
|
Style |
The Style interface is used to represent an XML style
that can be applied to a serialized object.
|
Support |
The Support object is used to provide support to the
serialization engine for processing and transforming strings.
|
SystemFilter |
The SystemFilter object is used to provide a filter
that will replace the specified values with system properties.
|
Template |
This is primarily used to replace the StringBuffer
class, as a way for the TemplateEngine to store the
data for a specific region within the parse data that constitutes
a desired value.
|
TemplateEngine |
The TemplateEngine object is used to create strings
which have system variable names replaced with their values.
|
TemplateFilter |
The TemplateFilter class is used to provide variables
to the template engine.
|
TemplateLabel |
The TemplateLabel object is used to provide stock
functions that can be used by all implementations.
|
TemplateParameter |
The TemplateParameter object is used to provide stock
functions that can be used by all implementations.
|
Text |
The Text annotation is used to represent a field or
method that appears as text within an XML element.
|
TextException |
The TextException is used to represent conditions
when an XML element text value is in an invalid state.
|
TextLabel |
The TextLabel represents a label that is used to get
a converter for a text entry within an XML element.
|
TextList |
This TextList object is a converter that is used
to read free text and insert that text in to a list.
|
TextListLabel |
The TextListLabel object is used to create a label
that will create a converter used to read free text.
|
TextParameter |
The TextParameter represents a constructor
parameter.
|
TextParameter.Contact |
The Contact represents a contact object that is
to be used for a label in order to extract a parameter name.
|
TimeZoneTransform |
The TimeZoneTransform is used to transform time zone
values to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
Transform<T> |
A Transform represents a an object used to transform
an object to and from a string value.
|
Transformer |
The Transformer object is used to convert strings to
and from object instances.
|
TransformException |
The TransformException is thrown if a problem occurs
during the transformation of an object.
|
Transient |
The Transient annotation is an optional annotation
that can be used within an XML class schema to mark a method or
field as being transient, which indicates that it does not take
part in serialization or deserialization.
|
Traverser |
The Traverser object is used to traverse the XML class
schema and either serialize or deserialize an object.
|
TreeModel |
The TreeModel object is used to build a tree like
structure to represent the XML schema for an annotated class.
|
TreeModel.OrderList |
The OrderList object is used to maintain the order
of the XML elements within the model.
|
TreeStrategy |
The TreeStrategy object is used to provide a simple
strategy for handling object graphs in a tree structure.
|
Type |
The Type interface is used to represent a method or
field that has been annotated for serialization.
|
UnionException |
The UnionException is thrown when there is an error
associated with unions.
|
URLTransform |
The URLTransform object is used to transform URL
values to and from string representations, which will be inserted
in the generated XML document as the value place holder.
|
Validate |
The Validate annotation is used to mark a method in
a serializable object that requires a callback from the persister
once the deserialization completes.
|
Value |
The Value object describes a type that is represented
by an XML element.
|
ValueRequiredException |
The ValueRequiredException is thrown when an attribute
or element is missing from the XML document.
|
Variable |
The Variable object is used to represent a variable
for a method or field of a deserialized object.
|
Variable.Adapter |
The Adapter object is used to call the repeater
with the original deserialized object.
|
Verbosity |
The Verbosity enumeration is used to specify a verbosity
preference for the resulting XML.
|
Version |
The Version annotation is used to specify an attribute
that is used to represent a revision of the class XML schema.
|
VersionLabel |
The VersionLabel object is used convert any double
retrieved from an XML attribute to a version revision.
|
Visitor |
The Visitor interface represents an object that is
used to visit each XML element during serialization.
|
VisitorStrategy |
The VisitorStrategy object is a simplification of a
strategy, which allows manipulation of the serialization process.
|
WeakCache<T> |
The WeakCache object is an implementation of a cache
that holds on to cached items only if the key remains in memory.
|
WriteGraph |
The WriteGraph object is used to build the graph that
is used to represent the serialized object and its references.
|
WriteState |
The WriteState object is used to store all graphs that
are currently been written with a given cycle strategy.
|