Class NullableCloner
java.lang.Object
com.comphenix.protocol.reflect.cloning.NullableCloner
- All Implemented Interfaces:
Cloner
Creates a cloner wrapper that accepts and clones NULL values.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
wrapped
-
-
Constructor Details
-
NullableCloner
-
-
Method Details
-
canClone
Description copied from interface:ClonerDetermine whether the current cloner can clone the given object. -
clone
Description copied from interface:ClonerPerform the clone.This method should never be called unless a corresponding
Cloner.canClone(Object)returns TRUE. -
getWrapped
-