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<com.fasterxml.jackson.databind.jsontype.NamedType> |
registeredClasses()
Returns the list of registered classes.
|
List<com.fasterxml.jackson.databind.Module> |
registeredExtensions() |
public static TypeResolutionManager getInstance()
public List<com.fasterxml.jackson.databind.jsontype.NamedType> registeredClasses()
public List<com.fasterxml.jackson.databind.Module> registeredExtensions()
Copyright © 2021 Actian Corporation. All rights reserved.