Modifier and Type | Field and Description |
---|---|
protected JsonTypeInfo.As |
JsonTypeInfo.Value._inclusionType |
Modifier and Type | Method and Description |
---|---|
JsonTypeInfo.As |
JsonTypeInfo.Value.getInclusionType() |
static JsonTypeInfo.As |
JsonTypeInfo.As.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonTypeInfo.As[] |
JsonTypeInfo.As.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static JsonTypeInfo.Value |
JsonTypeInfo.Value.construct(JsonTypeInfo.Id idType,
JsonTypeInfo.As inclusionType,
String propertyName,
Class<?> defaultImpl,
boolean idVisible,
Boolean requireTypeIdForSubtypes) |
JsonTypeInfo.Value |
JsonTypeInfo.Value.withInclusionType(JsonTypeInfo.As inclusionType) |
Constructor and Description |
---|
Value(JsonTypeInfo.Id idType,
JsonTypeInfo.As inclusionType,
String propertyName,
Class<?> defaultImpl,
boolean idVisible,
Boolean requireTypeIdForSubtypes) |
Copyright © 2008–2024 FasterXML. All rights reserved.