T - the type of object that will be createdpublic abstract static class DynamicFactory.BasicCreator<T> extends Object implements DynamicFactory.Creator<T>
| Constructor and Description |
|---|
BasicCreator(Class<T> c)
Create a basic constructor with a given declaring class.
|
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getDeclaringClass()
Access the implementation of this class.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic Class<T> getDeclaringClass()
getDeclaringClass in interface DynamicFactory.Creator<T>Copyright © 2021. All rights reserved.