Class AnnotatedObjectFactory
java.lang.Object
org.smartparam.engine.annotated.scanner.AnnotatedObjectFactory
- Author:
- Adam Dubiel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intFor allSortable, reasonable default value for order() method. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Map<RepositoryObjectKey,T> createObjects(Class<T> objectClass, Annotation annotation)
-
Field Details
-
DEFAULT_ORDER_VALUE
public static final int DEFAULT_ORDER_VALUEFor allSortable, reasonable default value for order() method.- See Also:
-
-
Constructor Details
-
AnnotatedObjectFactory
public AnnotatedObjectFactory()
-
-
Method Details
-
createObjects
-