Uses of Class
net.sf.jsefa.common.mapping.TypeMappingRegistry

Packages that use TypeMappingRegistry
net.sf.jsefa.common.annotation   
net.sf.jsefa.common.config   
net.sf.jsefa.common.mapping   
net.sf.jsefa.common.validator.traversal   
net.sf.jsefa.rbf.mapping   
net.sf.jsefa.xml.mapping   
 

Uses of TypeMappingRegistry in net.sf.jsefa.common.annotation
 

Classes in net.sf.jsefa.common.annotation with type parameters of type TypeMappingRegistry
 class TypeMappingFactory<N,R extends TypeMappingRegistry<N>>
          Abstract super class for factories which can create TypeMappings from annotated classes.
 

Uses of TypeMappingRegistry in net.sf.jsefa.common.config
 

Classes in net.sf.jsefa.common.config with type parameters of type TypeMappingRegistry
 class Configuration<R extends TypeMappingRegistry<?>,E extends EntryPoint<?,?>>
          The abstract superclass for configuration object classes.
 

Uses of TypeMappingRegistry in net.sf.jsefa.common.mapping
 

Subclasses of TypeMappingRegistry in net.sf.jsefa.common.mapping
 class HierarchicalTypeMappingRegistry<T>
          A registry for TypeMappings with support for hierarchical relations between the data types.
 

Methods in net.sf.jsefa.common.mapping that return TypeMappingRegistry
abstract  TypeMappingRegistry<D> TypeMappingRegistry.createCopy()
          Creates a copy of this TypeMappingRegistry.
 

Constructors in net.sf.jsefa.common.mapping with parameters of type TypeMappingRegistry
TypeMappingRegistry(TypeMappingRegistry<D> other)
          Constructs a new TypeMappingRegistry as a copy of the given one.
 

Uses of TypeMappingRegistry in net.sf.jsefa.common.validator.traversal
 

Constructors in net.sf.jsefa.common.validator.traversal with parameters of type TypeMappingRegistry
TraversingValidatorFactory(TypeMappingRegistry<N> typeMappingRegistry, ObjectAccessorProvider objectAccessorProvider)
          Constructs a new TraversingValidatorFactory.
 

Uses of TypeMappingRegistry in net.sf.jsefa.rbf.mapping
 

Subclasses of TypeMappingRegistry in net.sf.jsefa.rbf.mapping
 class RbfTypeMappingRegistry
          A registry for RBF type mappings.
 

Uses of TypeMappingRegistry in net.sf.jsefa.xml.mapping
 

Subclasses of TypeMappingRegistry in net.sf.jsefa.xml.mapping
 class XmlTypeMappingRegistry
          A registry for xml type mappings with standard type mappings already registered.
 



Copyright © 2014. All rights reserved.