Package net.officefloor.web.value.load
Interface StatelessValueLoaderFactory
- All Known Implementing Classes:
KeyedObjectValueLoaderFactory,KeyedParameterValueLoaderFactory,ObjectParameterValueLoaderFactory,SingleParameterValueLoaderFactory
public interface StatelessValueLoaderFactory
Factory to create the
StatelessValueLoader.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptioncreateValueLoader(Class<?> clazz) Creates theStatelessValueLoader.Obtains the property name for theStatelessValueLoader.
-
Method Details
-
getPropertyName
String getPropertyName()Obtains the property name for theStatelessValueLoader.- Returns:
- Property name for the
StatelessValueLoader.
-
createValueLoader
Creates theStatelessValueLoader.- Parameters:
clazz-StatelessValueLoaderwill be specific to theClass.- Returns:
StatelessValueLoader.- Throws:
Exception- If fails to create theStatelessValueLoader.
-