Interface FieldDiscoverer.MutableInstanceFactory<I>
- Type Parameters:
- I- intermediate type
- All Superinterfaces:
- FieldDiscoverer.InstanceFactory<I>
- Enclosing interface:
- FieldDiscoverer<I>
public static interface FieldDiscoverer.MutableInstanceFactory<I>
extends FieldDiscoverer.InstanceFactory<I>
A handler for working with mutable objects in the object mapper.
- Since:
- 4.0.0
- 
Method SummaryMethods inherited from interface org.spongepowered.configurate.objectmapping.FieldDiscoverer.InstanceFactorybegin, canCreateInstances, complete
- 
Method Details- 
completeApply the intermediate data to an existing object.- Parameters:
- instance- instance to write to
- intermediate- intermediate container
- Throws:
- SerializationException- if unable to apply info
- Since:
- 4.0.0
 
 
-