Class TypeResolutionManager


  • public final class TypeResolutionManager
    extends Object
    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:
    TypeResolutionProvider
    • Method Detail

      • getInstance

        public static TypeResolutionManager getInstance()
        Returns the singleton instance of this class.
        Returns:
        the instance of this class
      • registeredClasses

        public List<com.fasterxml.jackson.databind.jsontype.NamedType> registeredClasses()
        Returns the list of registered classes.
        Returns:
        the list of registered classes.
      • registeredExtensions

        public List<com.fasterxml.jackson.databind.Module> registeredExtensions()