Uses of Interface
org.refcodes.properties.Properties.PropertiesBuilder
-
Uses of Properties.PropertiesBuilder in org.refcodes.properties
Modifier and TypeClassDescriptionclass
The Class AbstractPropertiesBuilderDecorator.Modifier and TypeInterfaceDescriptionstatic interface
The Interface ProfilePropertiesBuilder.static interface
The interfaceResourceProperties.ResourcePropertiesBuilder
defines builder functionality on top of theResourceProperties.MutableResoureProperties
.static interface
The interfaceScheduledResourceProperties.ScheduledResourcePropertiesBuilder
defines builder functionality on top of theScheduledResourceProperties.ScheduledMuableResourceProperties
.static interface
The Interface StrictPropertiesBuilder.Modifier and TypeClassDescriptionclass
The Class AbstractPropertiesBuilderDecorator.class
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
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").Modifier and TypeFieldDescriptionprotected Properties.PropertiesBuilder
PropertiesImpl._properties
Modifier and TypeMethodDescriptionstatic Properties.PropertiesBuilder
PropertiesSugar.from
(org.refcodes.struct.Property... aProperties) Deprecated.Implemented to see how it feels like using it in my sourcesstatic Properties.PropertiesBuilder
PropertiesSugar.fromProperties
(org.refcodes.struct.Property... aProperties) Creates aProperties
instance from the providedProperty
instances.PropertiesBuilderImpl.retrieveFrom
(String aFromPath) PropertiesBuilderImpl.retrieveTo
(String aToPath) static Properties.PropertiesBuilder
PropertiesSugar.toPropertiesBuilder()
Creates an emptyProperties.PropertiesBuilder
.static Properties.PropertiesBuilder
PropertiesSugar.toPropertiesBuilder
(Properties... aProperties) Creates a newProperties.PropertiesBuilder
from theProperties
.default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsert
(Object aObj) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsert
(org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertBetween
(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertBetween
(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertBetween
(Object aToPath, Object aFrom, Object aFromPath) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertBetween
(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertBetween
(String[] aToPathElements, Object aFrom, String[] aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertBetween
(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertBetween
(String aToPath, Object aFrom, String aFromPath) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertBetween
(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertBetween
(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertBetween
(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertFrom
(Object aFrom, Object aFromPath) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertFrom
(Object aFrom, Object... aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertFrom
(Object aFrom, String aFromPath) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertFrom
(Object aFrom, String... aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertFrom
(Object aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertFrom
(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertFrom
(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertFrom
(org.refcodes.struct.PathMap<String> aFrom, String aFromPath) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertFrom
(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertFrom
(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertTo
(Object[] aToPathElements, Object aFrom) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertTo
(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertTo
(Object aToPath, Object aFrom) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertTo
(Object aToPath, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertTo
(String[] aToPathElements, Object aFrom) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertTo
(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertTo
(String aToPath, Object aFrom) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertTo
(String aToPath, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertTo
(Collection<?> aToPathElements, Object aFrom) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withInsertTo
(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilder
default Properties.PropertiesBuilder
default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeBetween
(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeBetween
(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeBetween
(Object aToPath, Object aFrom, Object aFromPath) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeBetween
(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeBetween
(String[] aToPathElements, Object aFrom, String[] aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeBetween
(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeBetween
(String aToPath, Object aFrom, String aFromPath) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeBetween
(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeBetween
(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeBetween
(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeFrom
(Object aFrom, Object aFromPath) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeFrom
(Object aFrom, Object... aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeFrom
(Object aFrom, String aFromPath) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeFrom
(Object aFrom, String... aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeFrom
(Object aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeFrom
(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeFrom
(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeFrom
(org.refcodes.struct.PathMap<String> aFrom, String aFromPath) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeFrom
(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeFrom
(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeTo
(Object[] aToPathElements, Object aFrom) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeTo
(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeTo
(Object aToPath, Object aFrom) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeTo
(Object aToPath, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeTo
(String[] aToPathElements, Object aFrom) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeTo
(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeTo
(String aToPath, Object aFrom) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeTo
(String aToPath, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeTo
(Collection<?> aToPathElements, Object aFrom) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withMergeTo
(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilder
default Properties.PropertiesBuilder
default Properties.PropertiesBuilder
default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPut
(Collection<?> aPathElements, String aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPut
(org.refcodes.struct.Property aProperty) default Properties.PropertiesBuilder
default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutBoolean
(Object[] aPathElements, Boolean aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutBoolean
(Object aKey, Boolean aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutBoolean
(String[] aPathElements, Boolean aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutBoolean
(String aKey, Boolean aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutBoolean
(Collection<?> aPathElements, Boolean aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutByte
(Object[] aPathElements, Byte aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutByte
(Object aKey, Byte aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutByte
(String[] aPathElements, Byte aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutByte
(String aKey, Byte aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutByte
(Collection<?> aPathElements, Byte aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutChar
(Object[] aPathElements, Character aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutChar
(Object aKey, Character aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutChar
(String[] aPathElements, Character aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutChar
(String aKey, Character aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutChar
(Collection<?> aPathElements, Character aValue) default <C> Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutClass
(Object[] aPathElements, Class<C> aValue) default <C> Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutClass
(Object aKey, Class<C> aValue) default <C> Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutClass
(String[] aPathElements, Class<C> aValue) default <C> Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutClass
(String aKey, Class<C> aValue) default <C> Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutClass
(Collection<?> aPathElements, Class<C> aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutDirAt
(int aIndex, Object aDir) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutDirAt
(int aIndex, org.refcodes.struct.PathMap<String> aDir) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutDirAt
(Object[] aPathElements, int aIndex, Object aDir) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutDirAt
(Object[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutDirAt
(Object aPath, int aIndex, Object aDir) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutDirAt
(Object aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutDirAt
(String[] aPathElements, int aIndex, Object aDir) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutDirAt
(String[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutDirAt
(String aPath, int aIndex, Object aDir) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutDirAt
(String aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutDirAt
(Collection<?> aPathElements, int aIndex, Object aDir) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutDirAt
(Collection<?> aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutDouble
(Object[] aPathElements, Double aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutDouble
(Object aKey, Double aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutDouble
(String[] aPathElements, Double aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutDouble
(String aKey, Double aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutDouble
(Collection<?> aPathElements, Double aValue) default <E extends Enum<E>>
Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutEnum
(Object[] aPathElements, E aValue) default <E extends Enum<E>>
Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutEnum
(Object aKey, E aValue) default <E extends Enum<E>>
Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutEnum
(String[] aPathElements, E aValue) default <E extends Enum<E>>
Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutEnum
(String aKey, E aValue) default <E extends Enum<E>>
Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutEnum
(Collection<?> aPathElements, E aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutFloat
(Object[] aPathElements, Float aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutFloat
(Object aKey, Float aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutFloat
(String[] aPathElements, Float aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutFloat
(String aKey, Float aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutFloat
(Collection<?> aPathElements, Float aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutInt
(Object[] aPathElements, Integer aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutInt
(Object aKey, Integer aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutInt
(String[] aPathElements, Integer aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutInt
(String aKey, Integer aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutInt
(Collection<?> aPathElements, Integer aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutLong
(Object[] aPathElements, Long aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutLong
(Object aKey, Long aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutLong
(String[] aPathElements, Long aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutLong
(String aKey, Long aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutLong
(Collection<?> aPathElements, Long aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutShort
(Object[] aPathElements, Short aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutShort
(Object aKey, Short aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutShort
(String[] aPathElements, Short aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutShort
(String aKey, Short aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutShort
(Collection<?> aPathElements, Short aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutString
(Object[] aPathElements, String aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutString
(Object aKey, String aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutString
(String[] aPathElements, String aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutString
(String aKey, String aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withPutString
(Collection<?> aPathElements, String aValue) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withRemoveFrom
(Object aPath) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withRemoveFrom
(Object... aPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withRemoveFrom
(String aPath) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withRemoveFrom
(String... aPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withRemoveFrom
(Collection<?> aPathElements) default Properties.PropertiesBuilder
Properties.PropertiesBuilder.withRemovePaths
(String... aPathElements) Modifier and TypeMethodDescriptiondefault void
Properties.MutableProperties.insert
(Properties.PropertiesBuilder aFrom) Method to semantically emphasize that we support our own types.JavaProperties.JavaPropertiesFactory.toProperties
(Properties.PropertiesBuilder aProperties) Create aResourceProperties
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.JavaPropertiesBuilder.JavaPropertiesBuilderFactory.toProperties
(Properties.PropertiesBuilder aProperties) Create aResourceProperties
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.JsonProperties.JsonPropertiesFactory.toProperties
(Properties.PropertiesBuilder aProperties) Create aResourceProperties
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.JsonPropertiesBuilder.JsonPropertiesBuilderFactory.toProperties
(Properties.PropertiesBuilder aProperties) Create aResourceProperties
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.PolyglotProperties.PolyglotPropertiesFactory.toProperties
(Properties.PropertiesBuilder aProperties) Will returnResourceProperties
created by the first addedResourcePropertiesFactory
instance.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory.toProperties
(Properties.PropertiesBuilder aPropertiesBuilder) Will returnResourceProperties.ResourcePropertiesBuilder
created by the first addedResourcePropertiesFactory.ResourcePropertiesBuilderFactory
instance.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory.toProperties
(Properties.PropertiesBuilder aProperties) Create aResourceProperties
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.ResourcePropertiesFactory.toProperties
(Properties.PropertiesBuilder aProperties) Create aResourceProperties
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.TomlProperties.TomlPropertiesFactory.toProperties
(Properties.PropertiesBuilder aProperties) Create aResourceProperties
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.TomlPropertiesBuilder.TomlPropertiesBuilderFactory.toProperties
(Properties.PropertiesBuilder aProperties) Create aResourceProperties
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.XmlProperties.XmlPropertiesFactory.toProperties
(Properties.PropertiesBuilder aProperties) Create aResourceProperties
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.XmlPropertiesBuilder.XmlPropertiesBuilderFactory.toProperties
(Properties.PropertiesBuilder aProperties) Create aResourceProperties
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.YamlProperties.YamlPropertiesFactory.toProperties
(Properties.PropertiesBuilder aProperties) Create aResourceProperties
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.YamlPropertiesBuilder.YamlPropertiesBuilderFactory.toProperties
(Properties.PropertiesBuilder aProperties) Create aResourceProperties
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.ModifierConstructorDescriptionprotected
AbstractResourcePropertiesBuilder
(Properties.PropertiesBuilder aProperties, boolean isDocumentRootPreserve) Create aAbstractResourcePropertiesBuilder
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.protected
AbstractResourcePropertiesBuilder
(Properties.PropertiesBuilder aProperties, boolean isDocumentRootPreserve, char... aDelimiters) Create aAbstractResourcePropertiesBuilder
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.protected
AbstractResourcePropertiesBuilder
(Properties.PropertiesBuilder aProperties, char... aDelimiters) Create aAbstractResourcePropertiesBuilder
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.JavaProperties
(Properties.PropertiesBuilder aProperties) Create aJavaProperties
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.JavaPropertiesBuilder
(Properties.PropertiesBuilder aProperties) Create aJavaPropertiesBuilder
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.JavaPropertiesBuilder
(Properties.PropertiesBuilder aProperties, char... aDelimiters) Create aJavaPropertiesBuilder
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.JsonProperties
(Properties.PropertiesBuilder aProperties) Create aJsonProperties
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.JsonPropertiesBuilder
(Properties.PropertiesBuilder aProperties) Create aJsonPropertiesBuilder
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.PolyglotProperties
(Properties.PropertiesBuilder aPropertiesBuilder) Create aPolyglotProperties
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.PolyglotProperties
(Properties.PropertiesBuilder aPropertiesBuilder, boolean isDocumentRootPreserve) Create aPolyglotProperties
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.PolyglotPropertiesBuilder
(Properties.PropertiesBuilder aPropertiesBuilder) Create aPolyglotPropertiesBuilder
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.PolyglotPropertiesBuilder
(Properties.PropertiesBuilder aPropertiesBuilder, boolean isDocumentRootPreserve) Create aPolyglotPropertiesBuilder
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.ProfilePropertiesDecorator
(Properties.PropertiesBuilder aProperties) Decorates(!)ProfilePropertiesProjection
(Properties.PropertiesBuilder aProperties, String... aProfiles) Wraps theProperties.PropertiesBuilder
with a profile projection.PropertiesBuilderImpl
(Properties.PropertiesBuilder aProperties) Create aProperties.PropertiesBuilder
instance containing the elements of the providedProperties
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.TomlProperties
(Properties.PropertiesBuilder aProperties) Create aTomlProperties
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.TomlPropertiesBuilder
(Properties.PropertiesBuilder aProperties) Create aTomlPropertiesBuilder
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.TomlPropertiesBuilder
(Properties.PropertiesBuilder aProperties, char... aDelimiters) Create aTomlPropertiesBuilder
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.XmlProperties
(Properties.PropertiesBuilder aProperties) Create aXmlProperties
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.XmlProperties
(Properties.PropertiesBuilder aProperties, boolean isXmlRootPreserve) Create aXmlProperties
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.XmlPropertiesBuilder
(Properties.PropertiesBuilder aProperties) Create aXmlPropertiesBuilder
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.XmlPropertiesBuilder
(Properties.PropertiesBuilder aProperties, boolean isXmlRootPreserve) Create aXmlPropertiesBuilder
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.YamlProperties
(Properties.PropertiesBuilder aProperties) Create aYamlProperties
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.YamlPropertiesBuilder
(Properties.PropertiesBuilder aProperties) Create aYamlPropertiesBuilder
instance containing the elements of the providedProperties.PropertiesBuilder
instance using the default path delimiter "/" (Delimiter.PATH
) for the path declarations.