Class JsonSchemaInject.None

  • All Implemented Interfaces:
    java.util.function.Supplier<com.fasterxml.jackson.databind.JsonNode>
    Enclosing class:
    JsonSchemaInject

    public static class JsonSchemaInject.None
    extends java.lang.Object
    implements java.util.function.Supplier<com.fasterxml.jackson.databind.JsonNode>
    • Constructor Summary

      Constructors 
      Constructor Description
      None()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonNode get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • None

        public None()
    • Method Detail

      • get

        public com.fasterxml.jackson.databind.JsonNode get()
        Specified by:
        get in interface java.util.function.Supplier<com.fasterxml.jackson.databind.JsonNode>