java.lang.Object
com.pervasive.datarush.json.TypeResolutionManager
Facade that can be used to query the list of classes registered via
TypeResolutionProvider's. Clients should generally not need to use
this class; public only as a matter of implementation.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic TypeResolutionManagerReturns the singleton instance of this class.List<com.fasterxml.jackson.databind.jsontype.NamedType>Returns the list of registered classes.List<com.fasterxml.jackson.databind.Module>
-
Method Details
-
getInstance
Returns the singleton instance of this class.- Returns:
- the instance of this class
-
registeredClasses
Returns the list of registered classes.- Returns:
- the list of registered classes.
-
registeredExtensions
-