Package io.fluxzero.common.application
package io.fluxzero.common.application
-
ClassDescriptionA
PropertySourcethat loads environment-specific properties from anapplication-<env>.propertiesfile on the classpath.APropertySourceimplementation that loads properties from anapplication.propertiesfile located on the classpath.APropertySourcedecorator that transparently decrypts encrypted property values.A layeredPropertySourceimplementation used as the default source for resolving application properties in a Fluxzero application.APropertySourcethat resolves property values from system environment variables.Base class forPropertySourceimplementations backed by aPropertiesobject.A no-operationPropertySourceimplementation that never returns any property values.Represents a source of configuration properties.A simple in-memory implementation of thePropertySourceinterface backed by aMap.APropertySourceimplementation that reads configuration properties from the JVM system properties.