Package | Description |
---|---|
com.comphenix.protocol.reflect.instances |
Modifier and Type | Method and Description |
---|---|
static ExistingGenerator |
ExistingGenerator.fromObjectArray(java.lang.Object[] values)
Create an instance generator from a pre-defined array of values.
|
static ExistingGenerator |
ExistingGenerator.fromObjectFields(java.lang.Object object)
Automatically create an instance provider from a objects public and private fields.
|
static ExistingGenerator |
ExistingGenerator.fromObjectFields(java.lang.Object object,
java.lang.Class<?> type)
Automatically create an instance provider from a objects public and private fields.
|