Uses of Interface
org.refcodes.properties.Properties.MutableProperties
-
Uses of Properties.MutableProperties in org.refcodes.properties
Modifier and TypeInterfaceDescriptionstatic interface
The Interface MutableProfileProperties.static interface
The Interface ProfilePropertiesBuilder.static interface
The interfaceProperties.PropertiesBuilder
defines builder functionality on top of the properties .static interface
The interfaceResourceProperties.MutableResoureProperties
defines "dirty" methods allowing to modify ("mutate") theResourceProperties
.static interface
The interfaceResourceProperties.ResourcePropertiesBuilder
defines builder functionality on top of theResourceProperties.MutableResoureProperties
.static interface
The interfaceScheduledResourceProperties.ScheduledMuableResourceProperties
defines "dirty" methods allowing to modify ("mutate") theScheduledResourceProperties
.static interface
The interfaceScheduledResourceProperties.ScheduledResourcePropertiesBuilder
defines builder functionality on top of theScheduledResourceProperties.ScheduledMuableResourceProperties
.static interface
The Interface MutableStrictProperties.static interface
The Interface StrictPropertiesBuilder.Modifier and TypeClassDescriptionclass
class
Implementation of the mutableResourceProperties.ResourcePropertiesBuilder
interface.class
class
Implementation of theResourceProperties.ResourcePropertiesBuilder
interface with support of so called "Java properties" (or just "properties").class
Implementation of theResourceProperties.ResourcePropertiesBuilder
interface with support of so called "JSON properties" (or just "properties").class
Implementation of theResourceProperties.ResourcePropertiesBuilder
interface with support of so called "PolyglotPropertiesBuilder
" (or just "properties").class
The Class PropertiesBuilderImpl.class
TheScheduledResourcePropertiesBuilderDecorator
decoratesResourceProperties.ResourcePropertiesBuilder
from which the properties are to be reloaded periodically viaAbstractResourcePropertiesBuilderDecorator.reload(ReloadMode)
.class
Implementation of theResourceProperties.ResourcePropertiesBuilder
interface with support of so called "TOML properties".class
Implementation of theResourceProperties.ResourcePropertiesBuilder
interface with support of so called "XML properties" (or just "properties").class
Implementation of theResourceProperties.ResourcePropertiesBuilder
interface with support of so called "YAML properties" (or just "properties").