net.sf.jsefa.csv.annotation
Class CsvEntryPointFactory
java.lang.Object
net.sf.jsefa.csv.annotation.CsvEntryPointFactory
public final class CsvEntryPointFactory
- extends Object
Factory for creating RbfEntryPoint
s from annotated classes using the CsvDataType
annotation.
- Author:
- Norman Lahme-Huetig
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createEntryPoints
public static Collection<RbfEntryPoint> createEntryPoints(CsvTypeMappingFactory typeMappingFactory,
Class<?>... objectTypes)
- Creates entry points for the given object types.
- Parameters:
objectTypes
- the object typestypeMappingFactory
- the type mapping factory
- Returns:
- a
Collection
of entry points.
Copyright © 2014. All rights reserved.