static JsonTypeInfo.Value |
JsonTypeInfo.Value.construct(JsonTypeInfo.Id idType,
JsonTypeInfo.As inclusionType,
String propertyName,
Class<?> defaultImpl,
boolean idVisible,
Boolean requireTypeIdForSubtypes) |
static JsonTypeInfo.Value |
JsonTypeInfo.Value.from(JsonTypeInfo src) |
JsonTypeInfo.Value |
JsonTypeInfo.Value.withDefaultImpl(Class<?> impl) |
JsonTypeInfo.Value |
JsonTypeInfo.Value.withIdType(JsonTypeInfo.Id idType) |
JsonTypeInfo.Value |
JsonTypeInfo.Value.withIdVisible(boolean visible) |
JsonTypeInfo.Value |
JsonTypeInfo.Value.withInclusionType(JsonTypeInfo.As inclusionType) |
JsonTypeInfo.Value |
JsonTypeInfo.Value.withPropertyName(String propName) |
JsonTypeInfo.Value |
JsonTypeInfo.Value.withRequireTypeIdForSubtypes(Boolean requireTypeIdForSubtypes) |