软件包 | 描述 |
---|---|
java.lang |
提供对java编程语言的设计基础课。
|
java.lang.invoke |
java.lang.invoke 包中包含的动态语言支持的java核心类库和虚拟机直接提供。
|
javax.management |
在java管理扩展提供了核心课程。
|
javax.management.modelmbean |
提供的ModelMBean类的定义。
|
Modifier and Type | Method and Description |
---|---|
Constructor<T> |
Class.getConstructor(类<?>... parameterTypes)
返回一个
Constructor 对象反映指定的公共构造函数的
类 对象表示的类。
|
Constructor<?>[] |
Class.getConstructors()
返回一个数组包含
Constructor 物体反射所有的
类 对象表示的类的公共构造函数。
|
Constructor<T> |
Class.getDeclaredConstructor(类<?>... parameterTypes)
返回一个
Constructor 对象反映指定的构造函数的类或接口的
类 对象表示。
|
Constructor<?>[] |
Class.getDeclaredConstructors()
返回
Constructor 物体反射所有的构造函数通过
类 对象表示的类中声明一个数组。
|
Constructor<?> |
Class.getEnclosingConstructor()
如果这
类 对象代表在构造函数中局部或匿名类,返回表示立即封闭底层类的构造函数
Constructor 对象。
|
Modifier and Type | Method and Description |
---|---|
MethodHandle |
MethodHandles.Lookup.unreflectConstructor(Constructor<?> c)
为反射的构造函数生成方法句柄。
|
Constructor and Description |
---|
MBeanConstructorInfo(String description, Constructor<?> constructor)
构建了一个
MBeanConstructorInfo 对象。
|
Constructor and Description |
---|
ModelMBeanConstructorInfo(String description, Constructor<?> constructorMethod)
构建一个与默认modelmbeanconstructorinfo对象描述符。
|
ModelMBeanConstructorInfo(String description, Constructor<?> constructorMethod, Descriptor descriptor)
构建了一个modelmbeanconstructorinfo对象。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.