Class GuiceObjectMapperProvider
java.lang.Object
org.spongepowered.configurate.objectmapping.guice.GuiceObjectMapperProvider
A factory for 
ObjectMappers that will inherit the injector from
 wherever it is provided.
 This class is intended to be constructed through Guice dependency injection.
- Since:
- 4.0.0
- 
Method SummaryModifier and TypeMethodDescriptionget()Get the default factory, with guice support added.static FieldDiscoverer<?>injectedObjectDiscoverer(com.google.inject.Injector injector) Create a field discoverer that uses the provided injector.toString()
- 
Method Details- 
getGet the default factory, with guice support added.- Returns:
- the default guice factory
- Since:
- 4.0.0
 
- 
injectedObjectDiscovererCreate a field discoverer that uses the provided injector.- Parameters:
- injector- injector to create instances with
- Returns:
- new discoverer
- Since:
- 4.0.0
 
- 
toString
 
-