Package io.fluxcapacitor.common.application
package io.fluxcapacitor.common.application
-
ClassDescriptionA
PropertySource
that loads environment-specific properties from anapplication-<env>.properties
file on the classpath.APropertySource
implementation that loads properties from anapplication.properties
file located on the classpath.APropertySource
decorator that transparently decrypts encrypted property values.A layeredPropertySource
implementation used as the default source for resolving application properties in a Flux application.APropertySource
that resolves property values from system environment variables.Base class forPropertySource
implementations backed by aProperties
object.A no-operationPropertySource
implementation that never returns any property values.Represents a source of configuration properties.A simple in-memory implementation of thePropertySource
interface backed by aMap
.APropertySource
implementation that reads configuration properties from the JVM system properties.