Class AggregateCloner.BuilderParameters
java.lang.Object
com.comphenix.protocol.reflect.cloning.AggregateCloner.BuilderParameters
- Enclosing class:
AggregateCloner
Supplies the cloner factories with necessary parameters.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the aggregate cloner that is being built.Retrieve the instance provider last set in the builder.
-
Method Details
-
getInstanceProvider
Retrieve the instance provider last set in the builder.- Returns:
- Current instance provider.
-
getAggregateCloner
Retrieve the aggregate cloner that is being built.- Returns:
- The parent cloner.
-