Interface ClassInstantiation
-
- All Known Implementing Classes:
DefaultClassInstantiation
public interface ClassInstantiation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectcreateInstance(java.lang.Class<?> workingClass, java.util.Map<java.lang.String,AttrAcceptor> acceptorMap, NameValueList nameValueList)
-
-
-
Method Detail
-
createInstance
java.lang.Object createInstance(java.lang.Class<?> workingClass, java.util.Map<java.lang.String,AttrAcceptor> acceptorMap, NameValueList nameValueList)
-
-