Uses of Interface
io.fluxzero.common.application.PropertySource
Packages that use PropertySource
-
Uses of PropertySource in io.fluxzero.common.application
Classes in io.fluxzero.common.application that implement PropertySourceModifier and TypeClassDescriptionclassAPropertySourcethat loads environment-specific properties from anapplication-<env>.propertiesfile on the classpath.classAPropertySourceimplementation that loads properties from anapplication.propertiesfile located on the classpath.classAPropertySourcedecorator that transparently decrypts encrypted property values.classA layeredPropertySourceimplementation used as the default source for resolving application properties in a Fluxzero application.enumAPropertySourcethat resolves property values from system environment variables.classAPropertySourcethat loads extra configuration from locations declared through "FLUXZERO_CONFIG_LOCATIONS".classAPropertySourcethat loads Fluxzero-specific settings from classpath resources.classBase class forPropertySourceimplementations backed by aPropertiesobject.enumA no-operationPropertySourceimplementation that never returns any property values.classA simple in-memory implementation of thePropertySourceinterface backed by aMap.classAPropertySourceimplementation that reads configuration properties from the JVM system properties.Methods in io.fluxzero.common.application that return PropertySourceModifier and TypeMethodDescriptiondefault PropertySourcePropertySource.andThen(PropertySource next) Combines this property source with another, returning the first non-null value found between the two.static PropertySourcePropertySource.join(PropertySource... propertySources) Joins multiplePropertySourceinstances into a single one.Methods in io.fluxzero.common.application with parameters of type PropertySourceModifier and TypeMethodDescriptiondefault PropertySourcePropertySource.andThen(PropertySource next) Combines this property source with another, returning the first non-null value found between the two.static PropertySourcePropertySource.join(PropertySource... propertySources) Joins multiplePropertySourceinstances into a single one.Constructors in io.fluxzero.common.application with parameters of type PropertySourceModifierConstructorDescriptionDecryptingPropertySource(PropertySource delegate) Constructs aDecryptingPropertySourcewith the specified delegate property source.DecryptingPropertySource(PropertySource delegate, Encryption encryption) Constructs aDecryptingPropertySourceusing an explicitEncryptionstrategy.DecryptingPropertySource(PropertySource delegate, String encryptionKey) Constructs aDecryptingPropertySourceusing the given encryption key. -
Uses of PropertySource in io.fluxzero.common.caching
Methods in io.fluxzero.common.caching with parameters of type PropertySourceModifier and TypeMethodDescriptionstatic MemoryPressureControllerMemoryPressureController.jvm(PropertySource propertySource)