Package org.simpleframework.xml.core


package org.simpleframework.xml.core
  • Class
    Description
    The AnnotationFactory is used to create annotations using a given class.
    The AnnotationHandler object is used to handle all invocation made on a synthetic annotation.
    The ArrayFactory is used to create object array types that are compatible with the field type.
    The ArrayInstance object is used for creating arrays from a specified Value object.
    The AttributeException is used to represent conditions when an XML attribute is in an invalid state.
    The AttributeLabel object is used convert any value retrieved from an XML attribute to a primitive object.
    The AttributeParameter represents a constructor parameter.
    The Contact represents a contact object that is to be used for a label in order to extract a parameter name.
    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.
    The CacheParameter object represents a parameter which caches its values internally.
    The Caller acts as a means for the schema to invoke the callback methods on an object.
    The ClassInstantiator is used for instantiating objects using either the default no argument constructor or one that takes deserialized values as parameters.
    The ClassScanner performs the reflective inspection of a class and extracts all the class level annotations.
    The Schema object is used to track which fields within an object have been visited by a converter.
    The ClassType object is used to represent a type that is neither a field or method.
    The CollectionFactory is used to create collection instances that are compatible with the field type.
    The Collector object is used to store variables for a deserialized object.
    The Registry object is used to store variables for the collector.
    The Commit annotation is used to mark a method within a serializable object that requires a callback from the persister once the deserialization completes.
    The Comparer is used to compare annotations on the attributes of that annotation.
    The Complete annotation is used to mark a method that requires a callback from the persister once the serialization of the object has completed.
    The Composite object is used to perform serialization of objects that contain XML annotations.
    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.
    The CompositeArray object is used to convert a list of elements to an array of object entries.
    The CompositeInlineList object is used to convert an group of elements in to a collection of element entries.
    The CompositeMap is used to serialize and deserialize maps to and from a source XML document.
    The CompositeKey object is used to convert an object to an from an XML element.
    The CompositeList object is used to convert an element list to a collection of element entries.
    The CompositeListUnion object is used to act as a mediator for multiple converters associated with a particular union group.
    The CompositeMap is used to serialize and deserialize maps to and from a source XML document.
    The CompositeMapUnion object is used to act as a mediator for multiple converters associated with a particular union group.
    The CompositeUnion object is used to act as a mediator for multiple converters associated with a particular union group.
    The CompositeValue object is used to convert an object to an from an XML element.
    The ConstructorException is used to represent any errors where an annotated constructor parameter is invalid.
    The ConstructorScanner object is used to scan all all constructors that have XML annotations for their parameters.
    The Contact interface is used to provide a point of contact with an object.
    The ContactList object is used to represent a list that contains contacts for an object.
    The ContactMap object is used to keep track of the contacts that have been processed.
    The Context object acts as a contextual object that is used to store all information regarding an instance of serialization or deserialization.
    The ConversionInstance object is used to promote the type to some more specialized type.
    The Converter object serializes and deserializes XML elements.
    The Instantiator object is used to represent an single constructor within an object.
    The Criteria object represents the criteria used to create an object and populate its methods and fields.
    The Decorator interface is used to describe an object that is used to add decorations to an output node.
    This DefaultDetail object is used to create a detail object that contains a default access override.
    The DefaultScanner performs the reflective inspection of a class and builds a map of attributes and elements for each annotated field.
    The Detail object is used to provide various details for a type.
    The DetailExtractor object is used to extract details for a specific class.
    The DetailScanner is used to scan a class for methods and fields as well as annotations.
    The ElementArrayLabel represents a label that is used to represent an XML element array in a class schema.
    The ElementArrayParameter represents a constructor parameter.
    The Contact represents a contact object that is to be used for a label in order to extract a parameter name.
    The ElementException is used to represent conditions when an XML element is in an invalid state.
    The ElementLabel represents a label that is used to represent an XML element in a class schema.
    The ElementListLabel represents a label that is used to represent an XML element list in a class schema.
    The ElementListParameter represents a constructor parameter.
    The Contact represents a contact object that is to be used for a label in order to extract a parameter name.
    The ElementListUnionLabel is an adapter for an internal label.
    The ElementListUnionParameter represents a constructor parameter.
    The Contact represents a contact object that is to be used for a label in order to extract a parameter name.
    The ElementMapLabel represents a label that is used to represent an XML element map in a class schema.
    The ElementMapParameter represents a constructor parameter.
    The Contact represents a contact object that is to be used for a label in order to extract a parameter name.
    The ElementMapUnionLabel is an adapter for an internal label.
    The ElementMapUnionParameter represents a constructor parameter.
    The Contact represents a contact object that is to be used for a label in order to extract a parameter name.
    The ElementParameter represents a constructor parameter.
    The Contact represents a contact object that is to be used for a label in order to extract a parameter name.
    The ElementUnionLabel is an adapter for an internal label.
    The ElementUnionParameter represents a constructor parameter.
    The Contact represents a contact object that is to be used for a label in order to extract a parameter name.
    The EmptyExpression object is used to represent a path that represents the current context.
    The EmptyMatcher object is used as a delegate type that is used when no user specific matcher is specified.
    The Entry object is used to provide configuration for the serialization and deserialization of a map.
    The Expression interface is used to represent an XPath expression.
    The ExpressionBuilder object is used build and cache path expressions.
    The Extractor interface is used to represent an object that can be used to extract constituent parts from a union.
    The ExtractorFactory is used to create an extractor object that can be used to build a label for each annotation in the union group.
    The ElementExtractor object is used extract the constituent parts of the provided union annotation.
    The ElementListExtractor object is used extract the constituent parts of the provided union annotation.
    The ElementListExtractor object is used extract the constituent parts of the provided union annotation.
    The ExtractorBuilder object is used to instantiate an extractor based an a particular union annotation.
    The Factory object provides a base class for factories used to produce field values from XML elements.
    The FieldContact object is used to act as a contact for a field within an object.
    The FieldDetail represents a field and acts as a means to cache all of the details associated with the field.
    The FieldScanner object is used to scan an class for fields marked with an XML annotation.
    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.
    The Function object is used to encapsulated the method that is called when serializing an object.
    The GetPart object represents the getter method for a Java Bean property.
    The Group interface represents a group of labels associated with a particular union annotation.
    The GroupExtractor represents an extractor for labels associated with a particular union annotation.
    The Registry object is used to maintain mappings from types to labels.
    The Instance object creates a type that is represented by an XML element.
    The Instantiator is used to instantiate types that will leverage a constructor cache to quickly create the objects.
    The InstantiationException is thrown when an object cannot be instantiated either because it is an abstract class or an interface.
    The Instantiator object is used for instantiating objects using either the default no argument constructor or one that takes deserialized values as parameters.
    The InstantiatorBuilder object is used to resolve labels based on a provided parameter.
    The Introspector object is used to determine the details to use for an annotated field or method using both the field an annotation details.
    The KeyBuilder is used build unique keys for labels using the paths defined in those labels.
    The Key object represents an object that can be used in a hash container.
    The KeyType enumeration is used to differentiate keys created for attributes from those created from elements.
    The Label interface is used to describe an reference to a field annotated with an XML schema annotation.
    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.
    The LabelBuilder object will create a constructor that can be used to instantiate the correct label for the XML annotation specified.
    The LabelList contains a group of labels associated with a specific contact.
    The LabelKey object is used to create a key that will uniquely identify an annotated method within a class.
    The LabelMap object represents a map that contains string label mappings.
    The MapFactory is used to create map instances that are compatible with the field type.
    The MethodContact object is acts as a contact that can set and get data to and from an object using methods.
    The MethodDetail represents a method and acts as a means to cache all of the details associated with the method.
    The MethodException is used to represent conditions where a Java Bean property has been annotated incorrectly.
    The MethodName object is used to represent the name of a Java Bean method.
    The MethodPart interface is used to provide a point of contact with an object.
    The MethodPartFactory is used to create method parts based on the method signature and the XML annotation.
    The MethodScanner object is used to scan an object for matching get and set methods for an XML annotation.
    The PartMap is used to contain method parts using the Java Bean method name for the part.
    The MethodType enumeration is used to specify a set of types that can be used to classify Java Beans methods.
    The Model interface represents the core data structure used for representing an XML schema.
    The ModelAssembler is used to assemble the model using registrations based on the specified order.
    The ModelList object is used to maintain an ordered list of models.
    The ModelMap object represents a map that contains string model mappings.
    The ModelSection represents a section that is backed by a Model instance.
    The NamespaceDecorator object is used to decorate any output node with namespaces.
    The ObjectFactory is the most basic factory.
    The ObjectInstance is used to instantiate an object from the criteria provided in the given Value.
    The ObjectScanner performs the reflective inspection of a class and builds a map of attributes and elements for each annotated field.
    The OverrideType is used to represent a type as class other than that defined in a containing type.
    The OverrideValue is used to represent a value that contains an override type.
    The Parameter is used to represent a constructor parameter.
    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.
    The ParameterFactory object is used to create instances of the Parameter object.
    The ParameterBuilder is used to create a constructor that can be used to instantiate the correct parameter for the XML annotation specified.
    The ParameterMap object represents of parameters that are present within an objects constructors.
    The PathException is thrown when there is a problem with the syntax of an XPath expression.
    The PathParser object is used to parse XPath paths.
    The Persist annotation is used to mark a method that requires a callback from the persister before serialization of an object begins.
    The PersistenceException is thrown when there is a persistance exception.
    The Persister object is used to provide an implementation of a serializer.
    The Policy interface is used to represent the XML mapping policy used by the current serialization schema.
    The Primitive object is used to provide serialization for primitive objects.
    The PrimitiveArray object is used to convert a list of elements to an array of object entries.
    The PrimitiveFactory object is used to create objects that are primitive types.
    The PrimitiveInlineList object is used to convert a group of elements in to a collection of element entries.
    The PrimitiveKey is used to serialize a primitive key to and from a node.
    The PrimitiveList object is used to convert an element list to a collection of element entries.
    The PrimitiveScanner performs the reflective inspection of a class and builds a map of attributes and elements for each annotated field.
    The EmptySection object creates a section for used with primitives that has no values.
    The PrimitiveValue is used to serialize a primitive value to and from a node.
    The Qualifier object is used to provide decorations to an output node for namespaces.
    The Reflector object is used to determine the type of a generic type.
    The Repeater interface is used to for converters that can repeat a read on a given element.
    The Replace method is used to replace an object that is about to be serialized to an XML document.
    The Resolve method is used to resolve an object that has been deserialized from the XML document.
    The Revision object is used represent the revision of a class as read from a version attribute.
    The RootException is thrown if the Root annotation is missing from a root object that is to be serialized or deserialized.
    The Scanner object performs the reflective inspection of a class and builds a map of attributes and elements for each annotated field.
    The ScannerFactory is used to create scanner objects that will scan a class for its XML class schema.
    The Schema object is used to track which fields within an object have been visited by a converter.
    The Section interface is used to represent a section of XML that is to be generated.
    The Session object represents a session with name value pairs.
    The SessionManager is used to manage the sessions that are used during the serialization process.
    The Reference object is used to store sessions and count references to them.
    The SetPart object represents the setter method for a Java Bean property.
    The Signature object represents a constructor of parameters iterable in declaration order.
    The SignatureBuilder is used to build all permutations of signatures a constructor contains.
    The ParameterList object is used to represent a column of parameters within a table.
    The ParameterTable is used to build a table of parameters to represent a constructor.
    The Instantiator object is used to represent an single constructor within an object.
    The SignatureScanner object is used to scan each of the parameters within a constructor for annotations.
    The Source object acts as a contextual object that is used to store all information regarding an instance of serialization or deserialization.
    The Structure object represents the XML structure of an annotated class schema.
    The StructureBuilder object is used to build the XML structure of an annotated class.
    The Support object is used to provide support to the serialization engine for processing and transforming strings.
    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.
    The TemplateEngine object is used to create strings which have system variable names replaced with their values.
    The TemplateFilter class is used to provide variables to the template engine.
    The TemplateLabel object is used to provide stock functions that can be used by all implementations.
    The TemplateParameter object is used to provide stock functions that can be used by all implementations.
    The TextException is used to represent conditions when an XML element text value is in an invalid state.
    The TextLabel represents a label that is used to get a converter for a text entry within an XML element.
    This TextList object is a converter that is used to read free text and insert that text in to a list.
    The TextListLabel object is used to create a label that will create a converter used to read free text.
    The TextParameter represents a constructor parameter.
    The Contact represents a contact object that is to be used for a label in order to extract a parameter name.
    The Traverser object is used to traverse the XML class schema and either serialize or deserialize an object.
    The TreeModel object is used to build a tree like structure to represent the XML schema for an annotated class.
    The OrderList object is used to maintain the order of the XML elements within the model.
    The UnionException is thrown when there is an error associated with unions.
    The Validate annotation is used to mark a method in a serializable object that requires a callback from the persister once the deserialization completes.
    The ValueRequiredException is thrown when an attribute or element is missing from the XML document.
    The Variable object is used to represent a variable for a method or field of a deserialized object.
    The Adapter object is used to call the repeater with the original deserialized object.
    The VersionLabel object is used convert any double retrieved from an XML attribute to a version revision.