Class JsonSchemaRef


  • public class JsonSchemaRef
    extends java.lang.Object
    Use this object instead a JsonSchema for references.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.function.Supplier<JsonSchema> schemaSupplier  
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonSchemaRef​(java.util.function.Supplier<JsonSchema> schema)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JsonSchema getSchema()  
      • Methods inherited from class java.lang.Object

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

      • schemaSupplier

        private final java.util.function.Supplier<JsonSchema> schemaSupplier
    • Constructor Detail

      • JsonSchemaRef

        public JsonSchemaRef​(java.util.function.Supplier<JsonSchema> schema)