Uses of Interface
org.refcodes.properties.ResourceProperties.MutableResoureProperties
-
Uses of ResourceProperties.MutableResoureProperties in org.refcodes.properties
Modifier and TypeInterfaceDescriptionstatic 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
.Modifier and TypeClassDescriptionclass
Implementation of the mutableResourceProperties.ResourcePropertiesBuilder
interface.class
The Class AbstractResourcePropertiesBuilderDecorator.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
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").