public interface StatelessValueLoaderFactory
StatelessValueLoader
.Modifier and Type | Method and Description |
---|---|
StatelessValueLoader |
createValueLoader(Class<?> clazz)
Creates the
StatelessValueLoader . |
String |
getPropertyName()
Obtains the property name for the
StatelessValueLoader . |
String getPropertyName()
StatelessValueLoader
.StatelessValueLoader
.StatelessValueLoader createValueLoader(Class<?> clazz) throws Exception
StatelessValueLoader
.clazz
- StatelessValueLoader
will be specific to the Class
.StatelessValueLoader
.Exception
- If fails to create the StatelessValueLoader
.Copyright © 2005–2016. All rights reserved.