net.sf.jsefa.flr.annotation
Class FlrEntryPointFactory

java.lang.Object
  extended by net.sf.jsefa.flr.annotation.FlrEntryPointFactory

public final class FlrEntryPointFactory
extends Object

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

Author:
Norman Lahme-Huetig

Method Summary
static Collection<RbfEntryPoint> createEntryPoints(FlrTypeMappingFactory 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(FlrTypeMappingFactory 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.