org.springframework.boot.context.config

Class ConfigDataResource

  • java.lang.Object
    • org.springframework.boot.context.config.ConfigDataResource
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ConfigDataResource

        public ConfigDataResource()
        Create a new non-optional ConfigDataResource instance.
      • ConfigDataResource

        protected ConfigDataResource(boolean optional)
        Create a new ConfigDataResource instance.
        Parameters:
        optional - if the resource is optional
        Since:
        2.4.6