Class URLQueryingSchemaClient

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

    
    public final class URLQueryingSchemaClient
     implements SchemaClient
                        

    A SchemaClient which converts the URI into URL and attempts to make a network call.

    In case it receives a response containing a Location header, it will follow the redirect.

    • 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
    • Constructor Detail

      • URLQueryingSchemaClient

        URLQueryingSchemaClient()