Class ClassPathAwareSchemaClient

  • All Implemented Interfaces:
    com.github.erosb.jsonsKema.SchemaClient

    
    public final class ClassPathAwareSchemaClient
     implements SchemaClient
                        

    A SchemaClient which first checks if the URI scheme is classpath, and if yes, it attempts to load the schema document from the classpath.

    For non-classpath URIs it delegates the call to its fallbackClient.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      InputStream get(URI uri)
      • Methods inherited from class com.github.erosb.jsonsKema.SchemaClient

        getParsed
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait