Uses of Class
net.sf.jsefa.rbf.mapping.RbfEntryPoint

Packages that use RbfEntryPoint
net.sf.jsefa.csv.annotation   
net.sf.jsefa.flr.annotation   
net.sf.jsefa.rbf   
 

Uses of RbfEntryPoint in net.sf.jsefa.csv.annotation
 

Methods in net.sf.jsefa.csv.annotation that return types with arguments of type RbfEntryPoint
static Collection<RbfEntryPoint> CsvEntryPointFactory.createEntryPoints(CsvTypeMappingFactory typeMappingFactory, Class<?>... objectTypes)
          Creates entry points for the given object types.
 

Uses of RbfEntryPoint in net.sf.jsefa.flr.annotation
 

Methods in net.sf.jsefa.flr.annotation that return types with arguments of type RbfEntryPoint
static Collection<RbfEntryPoint> FlrEntryPointFactory.createEntryPoints(FlrTypeMappingFactory typeMappingFactory, Class<?>... objectTypes)
          Creates entry points for the given object types.
 

Uses of RbfEntryPoint in net.sf.jsefa.rbf
 

Classes in net.sf.jsefa.rbf with type parameters of type RbfEntryPoint
 class RbfIOFactory<C extends Configuration<RbfTypeMappingRegistry,RbfEntryPoint>,S extends RbfSerializer,D extends RbfDeserializer>
          Abstract super class for RBF factories.
 

Methods in net.sf.jsefa.rbf with parameters of type RbfEntryPoint
protected abstract  D RbfIOFactory.createDeserializer(C config, RbfEntryPoint entryPoint)
          Creates a new Deserializer.
 

Method parameters in net.sf.jsefa.rbf with type arguments of type RbfEntryPoint
protected abstract  D RbfIOFactory.createDeserializer(C config, Map<String,RbfEntryPoint> entryPointsByPrefix)
          Creates a new ADeserializer.
protected abstract  S RbfIOFactory.createSerializer(C config, Map<Class<?>,RbfEntryPoint> entryPointsByObjectType)
          Creates a new Serializer.
protected  boolean RbfIOFactory.prefixRequired(Collection<RbfEntryPoint> entryPoints)
          Returns true if and only if a prefix is required for the given entry points.
 

Constructors in net.sf.jsefa.rbf with parameters of type RbfEntryPoint
RbfDeserializerImpl(RbfConfiguration<?> config, RbfEntryPoint entryPoint)
          Constructs a new AbstractRbfDeserializer.
 

Constructor parameters in net.sf.jsefa.rbf with type arguments of type RbfEntryPoint
RbfDeserializerImpl(RbfConfiguration<?> config, Map<String,RbfEntryPoint> entryPointsByPrefixes)
          Constructs a new AbstractRbfDeserializer.
RbfSerializerImpl(RbfConfiguration<?> config, Map<Class<?>,RbfEntryPoint> entryPoints, L lowLevelSerializer)
          Constructs a new RbfSerializerImpl.
 



Copyright © 2014. All rights reserved.