Modifier and Type | Field and Description |
---|---|
protected JsonTypeInfo.Id |
JsonTypeInfo.Value._idType |
Modifier and Type | Method and Description |
---|---|
JsonTypeInfo.Id |
JsonTypeInfo.Value.getIdType() |
static JsonTypeInfo.Id |
JsonTypeInfo.Id.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonTypeInfo.Id[] |
JsonTypeInfo.Id.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.withIdType(JsonTypeInfo.Id idType) |
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.