net.sf.jsefa.flr.annotation
Class FlrEntryPointFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createEntryPoints
public static Collection<RbfEntryPoint> createEntryPoints(FlrTypeMappingFactory 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.