net.sf.jsefa.csv.annotation
Class CsvEntryPointFactory

java.lang.Object
  extended by net.sf.jsefa.csv.annotation.CsvEntryPointFactory

public final class CsvEntryPointFactory
extends Object

Factory for creating RbfEntryPoints from annotated classes using the CsvDataType annotation.

Author:
Norman Lahme-Huetig

Method Summary
static Collection<RbfEntryPoint> createEntryPoints(CsvTypeMappingFactory typeMappingFactory, Class<?>... objectTypes)
          Creates entry points for the given object types.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createEntryPoints

public static Collection<RbfEntryPoint> createEntryPoints(CsvTypeMappingFactory typeMappingFactory,
                                                          Class<?>... objectTypes)
Creates entry points for the given object types.

Parameters:
objectTypes - the object types
typeMappingFactory - the type mapping factory
Returns:
a Collection of entry points.


Copyright © 2014. All rights reserved.