public class JsonNullable<T> extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
T |
get() |
int |
hashCode() |
boolean |
isPresent() |
static <T> JsonNullable<T> |
of(T value) |
String |
toString() |
static <T> JsonNullable<T> |
undefined() |
public static <T> JsonNullable<T> undefined()
public static <T> JsonNullable<T> of(T value)
public T get()
public boolean isPresent()
Copyright © 2018 FasterXML. All rights reserved.