Class StringSchemaLoader


  • public class StringSchemaLoader
    extends java.lang.Object
    Author:
    erosb
    • Constructor Summary

      Constructors 
      Constructor Description
      StringSchemaLoader​(org.everit.json.schema.loader.LoadingState ls)
      Deprecated.
      explicitly specify the format validators with StringSchemaLoader(LoadingState, Map) instead
    • Method Summary

      Modifier and Type Method Description
      StringSchema.Builder load()  
      • Methods inherited from class java.lang.Object

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

      • StringSchemaLoader

        @Deprecated
        public StringSchemaLoader​(org.everit.json.schema.loader.LoadingState ls)
        Deprecated.
        explicitly specify the format validators with StringSchemaLoader(LoadingState, Map) instead
        Creates an instance with SpecificationVersion.defaultFormatValidators() draft v4 format validators}.