Class Nullable.NullableDigester

java.lang.Object
com.github.fge.jsonschema.keyword.digest.AbstractDigester
com.atlassian.oai.validator.schema.keyword.Nullable.NullableDigester
All Implemented Interfaces:
com.github.fge.jsonschema.keyword.digest.Digester
Enclosing class:
Nullable

public static class Nullable.NullableDigester extends com.github.fge.jsonschema.keyword.digest.AbstractDigester
  • Field Summary

    Fields inherited from class com.github.fge.jsonschema.keyword.digest.AbstractDigester

    FACTORY, keyword
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
    digest(com.fasterxml.jackson.databind.JsonNode schema)
     
     

    Methods inherited from class com.github.fge.jsonschema.keyword.digest.AbstractDigester

    supportedTypes, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • getInstance

      public static Nullable.NullableDigester getInstance()
    • digest

      public com.fasterxml.jackson.databind.JsonNode digest(com.fasterxml.jackson.databind.JsonNode schema)