Uses of Class
java.lang.reflect.Constructor
-
Packages that use 构造器 软件包 描述 java.lang 提供对Java编程语言设计至关重要的类。java.lang.invoke java.lang.invoke包提供用于与Java虚拟机交互的低级基元。java.lang.reflect 提供用于获取有关类和对象的反射信息的类和接口。javax.management 提供Java Management Extensions的核心类。javax.management.modelmbean 提供ModelMBean类的定义。jdk.dynalink.linker.support 包含类,通过提供某些类的基本实现以及各种实用程序,使语言运行时更方便地实现自己的语言特定对象模型和类型转换。 -
-
Uses of 构造器 in java.lang
Methods in java.lang that return 构造器 变量和类型 方法 描述 构造器<T>Class. getConstructor(类<?>... parameterTypes)返回一个构造器对象,该对象反映此类对象所表示的类的指定公共构造函数。构造器<?>[]Class. getConstructors()返回一个包含构造器对象的数组,构造器对象反映了此类对象所表示的类的所有公共构造函数。构造器<T>Class. getDeclaredConstructor(类<?>... parameterTypes)返回构造器对象,该对象反映此类对象表示的类或接口的指定构造函数。构造器<?>[]Class. getDeclaredConstructors()返回构造器对象的数组,构造器对象反映由此类对象表示的类声明的所有构造函数。构造器<?>Class. getEnclosingConstructor()如果此类对象表示构造函数中的本地或匿名类,则返回表示基础类的直接封闭构造函数的构造器对象。 -
Uses of 构造器 in java.lang.invoke
Methods in java.lang.invoke with parameters of type 构造器 变量和类型 方法 描述 MethodHandleMethodHandles.Lookup. unreflectConstructor(构造器<?> c)为反射的构造函数生成方法句柄。 -
Uses of 构造器 in java.lang.reflect
Methods in java.lang.reflect that return types with arguments of type 构造器 变量和类型 方法 描述 TypeVariable<构造器<T>>[]Constructor. getTypeParameters()返回的数组TypeVariable对象表示通过此表示的一般声明声明的类型变量GenericDeclaration目的,在声明的顺序。 -
Uses of 构造器 in javax.management
Constructors in javax.management with parameters of type 构造器 构造器 描述 MBeanConstructorInfo(String description, 构造器<?> constructor)构造一个MBeanConstructorInfo对象。 -
Uses of 构造器 in javax.management.modelmbean
Constructors in javax.management.modelmbean with parameters of type 构造器 构造器 描述 ModelMBeanConstructorInfo(String description, 构造器<?> constructorMethod)使用默认描述符构造ModelMBeanConstructorInfo对象。ModelMBeanConstructorInfo(String description, 构造器<?> constructorMethod, Descriptor descriptor)构造ModelMBeanConstructorInfo对象。 -
Uses of 构造器 in jdk.dynalink.linker.support
Methods in jdk.dynalink.linker.support with parameters of type 构造器 变量和类型 方法 描述 static MethodHandleLookup. unreflectConstructor(MethodHandles.Lookup lookup, 构造器<?> c)MethodHandleLookup. unreflectConstructor(构造器<?> c)
-