Package | Description |
---|---|
com.comphenix.protocol.reflect.cloning |
Modifier and Type | Method and Description |
---|---|
AggregateCloner.Builder |
AggregateCloner.Builder.andThen(java.lang.Class<? extends Cloner> type)
Add the next cloner that will be considered in turn.
|
AggregateCloner.Builder |
AggregateCloner.Builder.andThen(com.google.common.base.Function<AggregateCloner.BuilderParameters,Cloner> factory)
Add the next cloner that will be considered in turn.
|
AggregateCloner.Builder |
AggregateCloner.Builder.instanceProvider(InstanceProvider provider)
Set the instance provider supplied to all cloners in this builder.
|
static AggregateCloner.Builder |
AggregateCloner.newBuilder()
Begins constructing a new aggregate cloner.
|