Class InitialConfigSchemaProvider

  • All Implemented Interfaces:
    com.github.akurilov.confuse.SchemaProvider

    public final class InitialConfigSchemaProvider
    extends com.github.akurilov.confuse.io.yaml.YamlSchemaProviderBase
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String id()  
      static com.github.akurilov.confuse.SchemaProvider provider()  
      protected java.io.InputStream schemaInputStream()  
      • Methods inherited from class com.github.akurilov.confuse.io.yaml.YamlSchemaProviderBase

        schema
      • Methods inherited from class java.lang.Object

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

      • InitialConfigSchemaProvider

        public InitialConfigSchemaProvider()
    • Method Detail

      • id

        public final java.lang.String id()
      • schemaInputStream

        protected final java.io.InputStream schemaInputStream()
                                                       throws java.io.IOException
        Specified by:
        schemaInputStream in class com.github.akurilov.confuse.io.yaml.YamlSchemaProviderBase
        Throws:
        java.io.IOException
      • provider

        public static com.github.akurilov.confuse.SchemaProvider provider()