org.jibx.binding.model |
|
Java Source File Name | Type | Comment |
AttributeBase.java | Class | Base class for all attribute group structures in binding definition model.
This just provides the basic validation hooks.
author: Dennis M. |
BindingElement.java | Class | Model component for binding element.
author: Dennis M. |
ClassHierarchyContext.java | Class | Context for components using a hierarchy of definitions based on class type.
This is used to track conversion definitions in the form of format and
template elements. |
ClassItemWrapper.java | Class | Wrapper for class field or method item information. |
ClassUtils.java | Class | Utilities for working with class, field, or method information.
author: Dennis M. |
ClassWrapper.java | Class | Wrapper for class information. |
CollectionElement.java | Class | Model component for collection element of binding definition.
author: Dennis M. |
ContainerElementBase.java | Class | Model component for elements that can contain detailed binding information in
the form of nested child components. |
DefinitionContext.java | Class | Definition context information. |
DocumentFormatter.java | Class | Formatter for JavaDoc conversion to XML documentation components. |
ElementBase.java | Class | Base class for all element structures in binding definition model. |
EmptyList.java | Class | Unmodifiable empty array list. |
FormatElement.java | Class | Model component for format element. |
IClass.java | Interface | Interface for class file information. |
IClassItem.java | Interface | Interface for field or method information. |
IClassLocator.java | Interface | Locator for class information. |
IComponent.java | Interface | Child component interface definition. |
IncludeElement.java | Class | Model component for include element of binding definition. |
InputElement.java | Class | Model component for input element of binding definition. |
MappingElement.java | Class | Model component for mapping element of binding definition.
author: Dennis M. |
ModelVisitor.java | Class | Binding model visitor base class. |
NameAttributes.java | Class | Model component for name attribute group in binding definition.
author: Dennis M. |
NamespaceElement.java | Class | Model component for namespace element of binding definition.
author: Dennis M. |
NestingAttributes.java | Class | Model component for nesting attribute group in binding definition.
author: Dennis M. |
NestingElementBase.java | Class | Model component for elements that can contain other component elements.
TODO: The list of child elements here conflicts with that in BindingElement;
should change the type hierarchy to better reflect usage
author: Dennis M. |
ObjectAttributes.java | Class | Model component for object attribute group in binding definition.
TODO: Add "create" attribute to say whether object should be created or not
author: Dennis M. |
OutputElement.java | Class | Model component for output element of binding definition. |
PropertyAttributes.java | Class | Model component for property attribute group in binding definition.
author: Dennis M. |
RegistrationVisitor.java | Class | Model visitor for handling item registration. |
SequenceVisitor.java | Class | Visitor for child tree of structure with an element definition. |
SplitElement.java | Class | Model component for split element of binding definition. |
StringAttributes.java | Class | Model component for string attribute group in binding definition.
author: Dennis M. |
StructureAttributes.java | Class | Model component for structure attribute group in binding definition.
author: Dennis M. |
StructureElement.java | Class | Model component for structure element of binding definition.
author: Dennis M. |
StructureElementBase.java | Class | Model component for elements that define the binding structure for an object
property. |
TemplateElement.java | Class | Model component for template element of binding definition.
author: Dennis M. |
TemplateElementBase.java | Class | Model component for elements that define how instances of a particular class
are converted to or from XML. |
TreeContext.java | Class | Handles walking the tree structure of a binding model, tracking
order-dependent state information collected along the way.
author: Dennis M. |
ValidationContext.java | Class | Tracks the validation state. |
ValidationProblem.java | Class | Problem reported by model validation. |
ValueElement.java | Class | Model component for value element. |