Package | Description |
---|---|
com.artemis.utils.reflect |
Modifier and Type | Method and Description |
---|---|
static Constructor |
ClassReflection.getConstructor(Class c,
Class... parameterTypes)
Returns a
Constructor that represents the public constructor for the supplied class which takes the supplied parameter types. |
static Constructor[] |
ClassReflection.getConstructors(Class c)
Returns an array of
Constructor containing the public constructors of the class represented by the supplied Class. |
static Constructor |
ClassReflection.getDeclaredConstructor(Class c,
Class... parameterTypes)
Returns a
Constructor that represents the constructor for the supplied class which takes the supplied parameter types. |
Copyright © 2019. All rights reserved.