Package | Description |
---|---|
org.jsefa.flr |
Modifier and Type | Class and Description |
---|---|
class |
FlrIOFactoryImpl
Default implementation of
FlrIOFactory . |
Modifier and Type | Method and Description |
---|---|
static FlrIOFactory |
FlrIOFactory.createFactory(Class<?>... objectTypes)
Creates a new
FlrIOFactory for FlrSerializer s and
FlrDeserializer s which can handle objects of the given object types. |
static FlrIOFactory |
FlrIOFactoryImpl.createFactory(FlrConfiguration config)
Creates a new
FlrIOFactory for FlrSerializer s and
FlrDeserializer s using the given configuration. |
static FlrIOFactory |
FlrIOFactory.createFactory(FlrConfiguration config)
Creates a new
FlrIOFactory for FlrSerializer s and
FlrDeserializer s using the given configuration. |
static FlrIOFactory |
FlrIOFactory.createFactory(FlrConfiguration config,
Class<?>... objectTypes)
Creates a new
FlrIOFactory for FlrSerializer s and
FlrDeserializer s which can handle objects of the given object types as well as those object
types for which entry points are defined in the config . |
Copyright © 2014. All rights reserved.