public class StaticTypeFactory extends TypeFactory
ENTITY_FACTORY_BEAN_NAME| Constructor and Description |
|---|
StaticTypeFactory(java.lang.reflect.Method method)
Create a new StaticTypeFactory.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
build(java.lang.String string)
Build an instance of the configuration type from a string.
|
getInstancepublic StaticTypeFactory(java.lang.reflect.Method method)
method - A static method that takes one string argument.public java.lang.Object build(java.lang.String string)
TypeFactorybuild in class TypeFactorystring - The string value.