| Package | Description |
|---|---|
| com.comphenix.protocol.reflect.accessors |
| Modifier and Type | Method and Description |
|---|---|
static ConstructorAccessor |
Accessors.getConstructorAccessor(Class<?> instanceClass,
Class<?>... parameters)
Retrieve a constructor accessor for a constructor with the given signature.
|
static ConstructorAccessor |
Accessors.getConstructorAccessor(Constructor<?> constructor)
Retrieve a constructor accessor for a particular constructor, avoding checked exceptions.
|
static ConstructorAccessor |
Accessors.getConstructorAccessorOrNull(Class<?> clazz,
Class<?>... parameters)
Find a specific constructor in a class.
|
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.