| Package | Description |
|---|---|
| org.jsefa.common.annotation | |
| org.jsefa.common.config | |
| org.jsefa.common.mapping | |
| org.jsefa.common.validator.traversal | |
| org.jsefa.rbf.mapping | |
| org.jsefa.xml.mapping |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeMappingFactory<N,R extends TypeMappingRegistry<N>>
Abstract super class for factories which can create
TypeMappings from annotated classes. |
| Modifier and Type | Class and Description |
|---|---|
class |
Configuration<R extends TypeMappingRegistry<?>,E extends EntryPoint<?,?>>
The abstract superclass for configuration object classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HierarchicalTypeMappingRegistry<T>
A registry for
TypeMappings with support for hierarchical relations between the data types. |
| Modifier and Type | Method and Description |
|---|---|
abstract TypeMappingRegistry<D> |
TypeMappingRegistry.createCopy()
Creates a copy of this
TypeMappingRegistry. |
| Constructor and Description |
|---|
TypeMappingRegistry(TypeMappingRegistry<D> other)
Constructs a new
TypeMappingRegistry as a copy of the given one. |
| Constructor and Description |
|---|
TraversingValidatorFactory(TypeMappingRegistry<N> typeMappingRegistry,
ObjectAccessorProvider objectAccessorProvider)
Constructs a new
TraversingValidatorFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
RbfTypeMappingRegistry
A registry for RBF type mappings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlTypeMappingRegistry
A registry for xml type mappings with standard type mappings already registered.
|
Copyright © 2014. All rights reserved.