org.springframework.boot.context.properties.source

Class ConfigurationProperty

  • java.lang.Object
    • org.springframework.boot.context.properties.source.ConfigurationProperty
    • Method Detail

      • getName

        public ConfigurationPropertyName getName()
        Return the name of the configuration property.
        Returns:
        the configuration property name
      • getValue

        public java.lang.Object getValue()
        Return the value of the configuration property.
        Returns:
        the configuration property value
      • getOrigin

        public Origin getOrigin()
        Description copied from interface: OriginProvider
        Return the source origin or null if the origin is not known.
        Specified by:
        getOrigin in interface OriginProvider
        Returns:
        the origin or null
      • equals

        public boolean equals(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object