| Package | Description |
|---|---|
| com.comphenix.protocol.reflect |
| Modifier and Type | Method and Description |
|---|---|
ExactReflection |
ExactReflection.forceAccess()
Retrieve an
ExactReflection object where scope restrictions are ignored. |
static ExactReflection |
ExactReflection.fromClass(Class<?> source)
Retrieves an exact reflection instance from a given class.
|
static ExactReflection |
ExactReflection.fromClass(Class<?> source,
boolean forceAccess)
Retrieves an exact reflection instance from a given class.
|
static ExactReflection |
ExactReflection.fromObject(Object reference)
Retrieves an exact reflection instance from an object.
|
static ExactReflection |
ExactReflection.fromObject(Object reference,
boolean forceAccess)
Retrieves an exact reflection instance from an object.
|
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.