Uses of Class
com.comphenix.protocol.reflect.cloning.AggregateCloner.Builder
Packages that use AggregateCloner.Builder
-
Uses of AggregateCloner.Builder in com.comphenix.protocol.reflect.cloning
Methods in com.comphenix.protocol.reflect.cloning that return AggregateCloner.BuilderModifier and TypeMethodDescriptionAggregateCloner.Builder.andThen(com.google.common.base.Function<AggregateCloner.BuilderParameters,Cloner> factory)Add the next cloner that will be considered in turn.Add the next cloner that will be considered in turn.AggregateCloner.Builder.instanceProvider(InstanceProvider provider)Set the instance provider supplied to all cloners in this builder.static AggregateCloner.BuilderAggregateCloner.newBuilder()Begins constructing a new aggregate cloner.