Package | Description |
---|---|
com.amazon.ask.util.impl |
Modifier and Type | Method and Description |
---|---|
static <Type> JacksonJsonUnmarshaller<Type> |
JacksonJsonUnmarshaller.withTypeBinding(Class<? extends Type> outputType,
List<String> discriminatorPath,
Map<String,Class> validTypes)
Return an instance of JacksonJsonUnmarshaller.
|
static <Output> JacksonJsonUnmarshaller<Output> |
JacksonJsonUnmarshaller.withTypeBinding(Class<Output> outputType)
Deprecated.
|
static <Output> JacksonJsonUnmarshaller<Output> |
JacksonJsonUnmarshaller.withTypeBinding(Class<Output> outputType,
String requiredField)
Deprecated.
|
Copyright © 2023. All rights reserved.