| Package | Description |
|---|---|
| org.kie.server.api.marshalling.json |
| Modifier and Type | Field and Description |
|---|---|
protected static FallbackableTypeFactory |
FallbackableTypeFactory.instance |
| Modifier and Type | Method and Description |
|---|---|
static FallbackableTypeFactory |
FallbackableTypeFactory.defaultInstance() |
FallbackableTypeFactory |
FallbackableTypeFactory.withCache(com.fasterxml.jackson.databind.util.LRUMap<Object,com.fasterxml.jackson.databind.JavaType> cache)
Mutant factory method that will construct new
TypeFactory with
identical settings except for different cache; most likely one with
bigger maximum size. |
FallbackableTypeFactory |
FallbackableTypeFactory.withClassLoader(ClassLoader classLoader)
"Mutant factory" method which will construct a new instance with specified
ClassLoader to use by findClass(java.lang.String). |
FallbackableTypeFactory |
FallbackableTypeFactory.withFallbackClassLoader(ClassLoader fallbackClassLoader)
"Mutant factory" method which will construct a new instance with specified fallback
ClassLoader to use by findClass(java.lang.String) only when main classloader or thread context classloader can not resolve. |
FallbackableTypeFactory |
FallbackableTypeFactory.withModifier(com.fasterxml.jackson.databind.type.TypeModifier mod)
"Mutant factory" method which will construct a new instance with specified
TypeModifier added as the first modifier to call (in case there
are multiple registered). |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.