Class GuavaOptionalCloner
java.lang.Object
com.comphenix.protocol.reflect.cloning.GuavaOptionalCloner
- All Implemented Interfaces:
Cloner
A cloner that can clone Guava Optional objects
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
wrapped
-
-
Constructor Details
-
GuavaOptionalCloner
-
-
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
-