Package | Description |
---|---|
com.comphenix.protocol.reflect.accessors |
Modifier and Type | Method and Description |
---|---|
static MethodAccessor |
Accessors.getMethodAccessor(java.lang.Class<?> instanceClass,
java.lang.String methodName,
java.lang.Class<?>... parameters)
Retrieve a method accessor for a method with the given name and signature.
|
static MethodAccessor |
Accessors.getMethodAccessor(java.lang.reflect.Method method)
Retrieve a method accessor for a particular method, avoding checked exceptions.
|
static MethodAccessor |
Accessors.getMethodAccessor(java.lang.reflect.Method method,
boolean forceAccess)
Retrieve a method accessor for a particular method, avoding checked exceptions.
|