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(java.lang.Class<?> source)
Retrieves an exact reflection instance from a given class.
|
static ExactReflection |
ExactReflection.fromClass(java.lang.Class<?> source,
boolean forceAccess)
Retrieves an exact reflection instance from a given class.
|
static ExactReflection |
ExactReflection.fromObject(java.lang.Object reference)
Retrieves an exact reflection instance from an object.
|
static ExactReflection |
ExactReflection.fromObject(java.lang.Object reference,
boolean forceAccess)
Retrieves an exact reflection instance from an object.
|