Uses of Class
java.lang.reflect.Constructor
| Package | Description |
|---|---|
| java.lang | |
| java.lang.reflect | |
| org.apache.commons.logging |
Simple wrapper API around multiple logging APIs.
|
| org.apache.commons.logging.impl |
Concrete implementations of commons-logging wrapper APIs.
|
| org.robovm.rt |
-
Uses of Constructor in java.lang
Methods in java.lang that return Constructor Modifier and Type Method Description Constructor<T>Class. getConstructor(Class<?>... parameterTypes)Returns aConstructorobject which represents the public constructor matching the given parameter types.Constructor<?>[]Class. getConstructors()Returns an array containingConstructorobjects for all public constructors for thisClass.Constructor<T>Class. getDeclaredConstructor(Class<?>... parameterTypes)Returns aConstructorobject which represents the constructor matching the given parameter types that is declared by the class represented by thisClass.Constructor<?>[]Class. getDeclaredConstructors()Returns an array containingConstructorobjects for all constructors declared in the class represented by thisClass.Constructor<?>Class. getEnclosingConstructor()Returns the enclosingConstructorof thisClass, if it is an anonymous or local/automatic class; otherwisenull. -
Uses of Constructor in java.lang.reflect
Methods in java.lang.reflect that return types with arguments of type Constructor Modifier and Type Method Description TypeVariable<Constructor<T>>[]Constructor. getTypeParameters() -
Uses of Constructor in org.apache.commons.logging
Fields in org.apache.commons.logging declared as Constructor Modifier and Type Field Description protected static ConstructorLogSource. logImplctorDeprecated.Constructor for current log class -
Uses of Constructor in org.apache.commons.logging.impl
Fields in org.apache.commons.logging.impl declared as Constructor Modifier and Type Field Description protected ConstructorLogFactoryImpl. logConstructorThe one-argument constructor of theLogimplementation class that will be used to create new instances.Methods in org.apache.commons.logging.impl that return Constructor Modifier and Type Method Description protected ConstructorLogFactoryImpl. getLogConstructor()Deprecated.Never invoked by this class; subclasses should not assume it will be. -
Uses of Constructor in org.robovm.rt
Methods in org.robovm.rt that return Constructor Modifier and Type Method Description Constructor<?>ReflectionAccess. clone(Constructor<?> c)Constructor<?>[]ReflectionAccess. clone(Constructor<?>[] c)Methods in org.robovm.rt with parameters of type Constructor Modifier and Type Method Description Constructor<?>ReflectionAccess. clone(Constructor<?> c)Constructor<?>[]ReflectionAccess. clone(Constructor<?>[] c)booleanReflectionAccess. matchParameterTypes(Constructor<?> c, Class<?>[] parameterTypes)