Class OrderedLocationProperties

  • All Implemented Interfaces:
    Serializable, Cloneable, Map<Object,​Object>

    public final class OrderedLocationProperties
    extends Properties
    An OrderedProperties that also keeps track from which location the properties are sourced from, and default values. This can be used to track all the various sources for configuration that a Camel application uses (properties file, ENV variables, hardcoded in java, spring-boot, quarkus, camel-k modeline, camel-yaml-dsl etc. Important: Use the put method that takes location as argument to store location information, and the put method that takes default value as argument to store default value information.
    See Also:
    Serialized Form