org.openapitools.jackson.nullable.JsonNullable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jackson-databind-nullable Show documentation
Show all versions of jackson-databind-nullable Show documentation
JsonNullable wrapper class and Jackson module to support fields with meaningful null values.
package org.openapitools.jackson.nullable;
import java.io.Serializable;
import java.util.NoSuchElementException;
public class JsonNullable implements Serializable {
private static final long serialVersionUID = 1L;
private static final JsonNullable> UNDEFINED = new JsonNullable