Package | Description |
---|---|
org.jsefa.csv.annotation | |
org.jsefa.flr.annotation | |
org.jsefa.rbf |
Modifier and Type | Method and Description |
---|---|
static Collection<RbfEntryPoint> |
CsvEntryPointFactory.createEntryPoints(CsvTypeMappingFactory typeMappingFactory,
Class<?>... objectTypes)
Creates entry points for the given object types.
|
Modifier and Type | Method and Description |
---|---|
static Collection<RbfEntryPoint> |
FlrEntryPointFactory.createEntryPoints(FlrTypeMappingFactory typeMappingFactory,
Class<?>... objectTypes)
Creates entry points for the given object types.
|
Modifier and Type | Class and Description |
---|---|
class |
RbfIOFactory<C extends Configuration<RbfTypeMappingRegistry,RbfEntryPoint>,S extends RbfSerializer,D extends RbfDeserializer>
Abstract super class for RBF factories.
|
Modifier and Type | Method and Description |
---|---|
protected abstract D |
RbfIOFactory.createDeserializer(C config,
RbfEntryPoint entryPoint)
Creates a new
Deserializer . |
Modifier and Type | Method and Description |
---|---|
protected abstract D |
RbfIOFactory.createDeserializer(C config,
Map<String,RbfEntryPoint> entryPointsByPrefix)
Creates a new A
Deserializer . |
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.
|
Constructor and Description |
---|
RbfDeserializerImpl(RbfConfiguration<?> config,
RbfEntryPoint entryPoint)
Constructs a new
AbstractRbfDeserializer . |
Constructor and Description |
---|
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.