public abstract class ObjectFactory extends Object
| Constructor and Description |
|---|
ObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
buildObject(String classOrRole) |
<T> List<T> |
buildObjectList(List<String> classOrRoleNames) |
protected abstract String |
getDefaultPackage() |
protected abstract Class<?> |
getObjectClass() |
Copyright © 2014–2015. All rights reserved.