public final class TypeResolutionManager extends Object
TypeResolutionProvider
's. Clients should generally not need to
use this class; public only as a matter of implementation.TypeResolutionProvider
Modifier and Type | Method and Description |
---|---|
static TypeResolutionManager |
getInstance()
Returns the singleton instance of this class.
|
List<org.codehaus.jackson.map.jsontype.NamedType> |
registeredClasses()
Returns the list of registered classes.
|
List<org.codehaus.jackson.map.Module> |
registeredExtensions() |
public static TypeResolutionManager getInstance()
public List<org.codehaus.jackson.map.jsontype.NamedType> registeredClasses()
public List<org.codehaus.jackson.map.Module> registeredExtensions()
Copyright © 2020 Actian Corporation. All rights reserved.