Uses of Class
org.openapitools.jackson.nullable.JsonNullable
-
-
Uses of JsonNullable in org.openapitools.jackson.nullable
Methods in org.openapitools.jackson.nullable that return JsonNullable Modifier and Type Method Description JsonNullable<Object>JsonNullableDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)JsonNullable<Object>JsonNullableDeserializer. getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)static <T> JsonNullable<T>JsonNullable. of(T value)Create aJsonNullablefrom the submitted value.JsonNullable<Object>JsonNullableDeserializer. referenceValue(Object contents)static <T> JsonNullable<T>JsonNullable. undefined()Create aJsonNullablerepresenting an undefined value (not present).JsonNullable<Object>JsonNullableDeserializer. updateReference(JsonNullable<Object> reference, Object contents)Methods in org.openapitools.jackson.nullable that return types with arguments of type JsonNullable Modifier and Type Method Description com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer<JsonNullable<?>>JsonNullableSerializer. withContentInclusion(Object suppressableValue, boolean suppressNulls)protected com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer<JsonNullable<?>>JsonNullableSerializer. withResolved(com.fasterxml.jackson.databind.BeanProperty prop, com.fasterxml.jackson.databind.jsontype.TypeSerializer vts, com.fasterxml.jackson.databind.JsonSerializer<?> valueSer, com.fasterxml.jackson.databind.util.NameTransformer unwrapper)Methods in org.openapitools.jackson.nullable with parameters of type JsonNullable Modifier and Type Method Description protected ObjectJsonNullableSerializer. _getReferenced(JsonNullable<?> value)protected ObjectJsonNullableSerializer. _getReferencedIfPresent(JsonNullable<?> value)protected booleanJsonNullableSerializer. _isValuePresent(JsonNullable<?> value)voidJsonNullableValueExtractor. extractValues(JsonNullable<?> originalValue, javax.validation.valueextraction.ValueExtractor.ValueReceiver receiver)ObjectJsonNullableDeserializer. getReferenced(JsonNullable<Object> reference)JsonNullable<Object>JsonNullableDeserializer. updateReference(JsonNullable<Object> reference, Object contents)
-