Package | Description |
---|---|
com.comphenix.protocol.reflect.instances |
Modifier and Type | Field and Description |
---|---|
static DefaultInstances |
DefaultInstances.DEFAULT
Standard default instance provider.
|
Modifier and Type | Method and Description |
---|---|
DefaultInstances |
DefaultInstances.forEnhancer(net.sf.cglib.proxy.Enhancer enhancer)
Construct default instances using the CGLIB enhancer object instead.
|
static DefaultInstances |
DefaultInstances.fromArray(InstanceProvider... instaceProviders)
Construct a default instance generator using the given instance providers.
|
Constructor and Description |
---|
DefaultInstances(DefaultInstances other)
Copy a given instance provider.
|