public final class CsvEntryPointFactory extends Object
RbfEntryPoints from annotated classes using the CsvDataType annotation.| Modifier and Type | Method and Description |
|---|---|
static Collection<RbfEntryPoint> |
createEntryPoints(CsvTypeMappingFactory typeMappingFactory,
Class<?>... objectTypes)
Creates entry points for the given object types.
|
public static Collection<RbfEntryPoint> createEntryPoints(CsvTypeMappingFactory typeMappingFactory, Class<?>... objectTypes)
objectTypes - the object typestypeMappingFactory - the type mapping factoryCollection of entry points.Copyright © 2014. All rights reserved.