| 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... instanceProviders)
Construct a default instance generator using the given instance providers.
|
static DefaultInstances |
DefaultInstances.fromCollection(java.util.Collection<InstanceProvider> instanceProviders)
Construct a default instance generator using the given instance providers.
|
| Constructor and Description |
|---|
DefaultInstances(DefaultInstances other)
Copy a given instance provider.
|