Uses of Interface
org.refcodes.properties.Properties.PropertiesBuilder
-
Uses of Properties.PropertiesBuilder in org.refcodes.properties
Classes in org.refcodes.properties with type parameters of type Properties.PropertiesBuilderModifier and TypeClassDescriptionclassSubinterfaces of Properties.PropertiesBuilder in org.refcodes.propertiesModifier and TypeInterfaceDescriptionstatic interfaceThe Interface ProfilePropertiesBuilder.static interfaceThe interfaceResourceProperties.ResourcePropertiesBuilderdefines builder functionality on top of theResourceProperties.MutableResoureProperties.static interfaceThe interfaceScheduledResourceProperties.ScheduledResourcePropertiesBuilderdefines builder functionality on top of theScheduledResourceProperties.ScheduledMuableResourceProperties.static interfaceThe Interface StrictPropertiesBuilder.Classes in org.refcodes.properties that implement Properties.PropertiesBuilderModifier and TypeClassDescriptionclassclassImplementation of the mutableResourceProperties.ResourcePropertiesBuilderinterface.classclassImplementation of theResourceProperties.ResourcePropertiesBuilderinterface with support of so called "Java properties" (or just "properties").classImplementation of theResourceProperties.ResourcePropertiesBuilderinterface with support of so called "JSON properties" (or just "properties").classImplementation of theResourceProperties.ResourcePropertiesBuilderinterface with support of so called "PolyglotPropertiesBuilder" (or just "properties").classThe Class PropertiesBuilderImpl.classTheScheduledResourcePropertiesBuilderDecoratordecoratesResourceProperties.ResourcePropertiesBuilderfrom which the properties are to be reloaded periodically viaAbstractResourcePropertiesBuilderDecorator.reload(ReloadMode).classImplementation of theResourceProperties.ResourcePropertiesBuilderinterface with support of so called "TOML properties".classImplementation of theResourceProperties.ResourcePropertiesBuilderinterface with support of so called "XML properties" (or just "properties").classImplementation of theResourceProperties.ResourcePropertiesBuilderinterface with support of so called "YAML properties" (or just "properties").Fields in org.refcodes.properties declared as Properties.PropertiesBuilderModifier and TypeFieldDescriptionprotected Properties.PropertiesBuilderPropertiesImpl._propertiesMethods in org.refcodes.properties that return Properties.PropertiesBuilderModifier and TypeMethodDescriptionstatic Properties.PropertiesBuilderPropertiesSugar.from(org.refcodes.struct.Property... aProperties) Deprecated.Implemented to see how it feels like using it in my sourcesstatic Properties.PropertiesBuilderPropertiesSugar.fromProperties(org.refcodes.struct.Property... aProperties) Creates aPropertiesinstance from the providedPropertyinstances.PropertiesBuilderImpl.retrieveFrom(String aFromPath) PropertiesBuilderImpl.retrieveTo(String aToPath) static Properties.PropertiesBuilderPropertiesSugar.toPropertiesBuilder()Creates an emptyProperties.PropertiesBuilder.static Properties.PropertiesBuilderPropertiesSugar.toPropertiesBuilder(Properties... aProperties) Creates a newProperties.PropertiesBuilderfrom theProperties.default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsert(Object aObj) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsert(org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertBetween(Object aToPath, Object aFrom, Object aFromPath) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertBetween(String aToPath, Object aFrom, String aFromPath) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertFrom(Object aFrom, Object aFromPath) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertFrom(Object aFrom, Object... aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertFrom(Object aFrom, String aFromPath) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertFrom(Object aFrom, String... aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertFrom(Object aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertTo(Object[] aToPathElements, Object aFrom) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertTo(Object aToPath, Object aFrom) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertTo(String[] aToPathElements, Object aFrom) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertTo(String aToPath, Object aFrom) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertTo(Collection<?> aToPathElements, Object aFrom) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withInsertTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilderdefault Properties.PropertiesBuilderdefault Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeBetween(Object aToPath, Object aFrom, Object aFromPath) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeBetween(String aToPath, Object aFrom, String aFromPath) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeFrom(Object aFrom, Object aFromPath) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeFrom(Object aFrom, Object... aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeFrom(Object aFrom, String aFromPath) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeFrom(Object aFrom, String... aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeFrom(Object aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeTo(Object[] aToPathElements, Object aFrom) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeTo(Object aToPath, Object aFrom) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeTo(String[] aToPathElements, Object aFrom) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeTo(String aToPath, Object aFrom) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeTo(Collection<?> aToPathElements, Object aFrom) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withMergeTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom) default Properties.PropertiesBuilderdefault Properties.PropertiesBuilderdefault Properties.PropertiesBuilderdefault Properties.PropertiesBuilderProperties.PropertiesBuilder.withPut(Collection<?> aPathElements, String aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPut(org.refcodes.struct.Property aProperty) default Properties.PropertiesBuilderdefault Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutBoolean(Object[] aPathElements, Boolean aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutBoolean(Object aKey, Boolean aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutBoolean(String[] aPathElements, Boolean aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutBoolean(String aKey, Boolean aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutBoolean(Collection<?> aPathElements, Boolean aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutByte(Object[] aPathElements, Byte aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutByte(Object aKey, Byte aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutByte(String[] aPathElements, Byte aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutByte(String aKey, Byte aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutByte(Collection<?> aPathElements, Byte aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutChar(Object[] aPathElements, Character aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutChar(Object aKey, Character aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutChar(String[] aPathElements, Character aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutChar(String aKey, Character aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutChar(Collection<?> aPathElements, Character aValue) default <C> Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutClass(Object[] aPathElements, Class<C> aValue) default <C> Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutClass(Object aKey, Class<C> aValue) default <C> Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutClass(String[] aPathElements, Class<C> aValue) default <C> Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutClass(String aKey, Class<C> aValue) default <C> Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutClass(Collection<?> aPathElements, Class<C> aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutDirAt(int aIndex, Object aDir) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutDirAt(int aIndex, org.refcodes.struct.PathMap<String> aDir) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutDirAt(Object[] aPathElements, int aIndex, Object aDir) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutDirAt(Object[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutDirAt(Object aPath, int aIndex, Object aDir) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutDirAt(Object aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutDirAt(String[] aPathElements, int aIndex, Object aDir) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutDirAt(String[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutDirAt(String aPath, int aIndex, Object aDir) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutDirAt(String aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutDirAt(Collection<?> aPathElements, int aIndex, Object aDir) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutDirAt(Collection<?> aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutDouble(Object[] aPathElements, Double aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutDouble(Object aKey, Double aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutDouble(String[] aPathElements, Double aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutDouble(String aKey, Double aValue) default Properties.PropertiesBuilderProperties.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.PropertiesBuilderProperties.PropertiesBuilder.withPutFloat(Object[] aPathElements, Float aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutFloat(Object aKey, Float aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutFloat(String[] aPathElements, Float aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutFloat(String aKey, Float aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutFloat(Collection<?> aPathElements, Float aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutInt(Object[] aPathElements, Integer aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutInt(Object aKey, Integer aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutInt(String[] aPathElements, Integer aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutInt(String aKey, Integer aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutInt(Collection<?> aPathElements, Integer aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutLong(Object[] aPathElements, Long aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutLong(Object aKey, Long aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutLong(String[] aPathElements, Long aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutLong(String aKey, Long aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutLong(Collection<?> aPathElements, Long aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutShort(Object[] aPathElements, Short aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutShort(Object aKey, Short aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutShort(String[] aPathElements, Short aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutShort(String aKey, Short aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutShort(Collection<?> aPathElements, Short aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutString(Object[] aPathElements, String aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutString(Object aKey, String aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutString(String[] aPathElements, String aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutString(String aKey, String aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withPutString(Collection<?> aPathElements, String aValue) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withRemoveFrom(Object aPath) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withRemoveFrom(Object... aPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withRemoveFrom(String aPath) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withRemoveFrom(String... aPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withRemoveFrom(Collection<?> aPathElements) default Properties.PropertiesBuilderProperties.PropertiesBuilder.withRemovePaths(String... aPathElements) Methods in org.refcodes.properties with parameters of type Properties.PropertiesBuilderModifier and TypeMethodDescriptiondefault voidProperties.MutableProperties.insert(Properties.PropertiesBuilder aFrom) Method to semantically emphasize that we support our own types.JavaProperties.JavaPropertiesFactory.toProperties(Properties.PropertiesBuilder aProperties) Create aResourcePropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.JavaPropertiesBuilder.JavaPropertiesBuilderFactory.toProperties(Properties.PropertiesBuilder aProperties) Create aResourcePropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.JsonProperties.JsonPropertiesFactory.toProperties(Properties.PropertiesBuilder aProperties) Create aResourcePropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.JsonPropertiesBuilder.JsonPropertiesBuilderFactory.toProperties(Properties.PropertiesBuilder aProperties) Create aResourcePropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.PolyglotProperties.PolyglotPropertiesFactory.toProperties(Properties.PropertiesBuilder aProperties) Will returnResourcePropertiescreated by the first addedResourcePropertiesFactoryinstance.PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory.toProperties(Properties.PropertiesBuilder aPropertiesBuilder) Will returnResourceProperties.ResourcePropertiesBuildercreated by the first addedResourcePropertiesFactory.ResourcePropertiesBuilderFactoryinstance.ResourcePropertiesFactory.ResourcePropertiesBuilderFactory.toProperties(Properties.PropertiesBuilder aProperties) Create aResourcePropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.ResourcePropertiesFactory.toProperties(Properties.PropertiesBuilder aProperties) Create aResourcePropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.TomlProperties.TomlPropertiesFactory.toProperties(Properties.PropertiesBuilder aProperties) Create aResourcePropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.TomlPropertiesBuilder.TomlPropertiesBuilderFactory.toProperties(Properties.PropertiesBuilder aProperties) Create aResourcePropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.XmlProperties.XmlPropertiesFactory.toProperties(Properties.PropertiesBuilder aProperties) Create aResourcePropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.XmlPropertiesBuilder.XmlPropertiesBuilderFactory.toProperties(Properties.PropertiesBuilder aProperties) Create aResourcePropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.YamlProperties.YamlPropertiesFactory.toProperties(Properties.PropertiesBuilder aProperties) Create aResourcePropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.YamlPropertiesBuilder.YamlPropertiesBuilderFactory.toProperties(Properties.PropertiesBuilder aProperties) Create aResourcePropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.Constructors in org.refcodes.properties with parameters of type Properties.PropertiesBuilderModifierConstructorDescriptionprotectedCreate aAbstractResourcePropertiesBuilderinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarationsJavaProperties(Properties.PropertiesBuilder aProperties) Create aJavaPropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarationsJavaPropertiesBuilder(Properties.PropertiesBuilder aProperties) Create aJavaPropertiesBuilderinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarationsJsonProperties(Properties.PropertiesBuilder aProperties) Create aJsonPropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarationsJsonPropertiesBuilder(Properties.PropertiesBuilder aProperties) Create aJsonPropertiesBuilderinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarationsPolyglotProperties(PolyglotProperties.PolyglotPropertiesFactory aPropertiesFactory, Properties.PropertiesBuilder aProperties) Create aPolyglotPropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarationsPolyglotProperties(Properties.PropertiesBuilder aProperties) Create aPolyglotPropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarationsPolyglotPropertiesBuilder(PolyglotPropertiesBuilder.PolyglotPropertiesBuilderFactory aPropertiesBuilderFactory, Properties.PropertiesBuilder aPropertiesBuilder) Create aPolyglotPropertiesBuilderinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarationsPolyglotPropertiesBuilder(Properties.PropertiesBuilder aPropertiesBuilder) Create aPolyglotPropertiesBuilderinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarationsProfilePropertiesDecorator(Properties.PropertiesBuilder aProperties) Decorates(!)ProfilePropertiesProjection(Properties.PropertiesBuilder aProperties, String... aProfiles) Wraps theProperties.PropertiesBuilderwith a profile projection.PropertiesBuilderImpl(Properties.PropertiesBuilder aProperties) Create aProperties.PropertiesBuilderinstance containing the elements of the providedPropertiesinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarationsTomlProperties(Properties.PropertiesBuilder aProperties) Create aTomlPropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarationsTomlPropertiesBuilder(Properties.PropertiesBuilder aProperties) Create aTomlPropertiesBuilderinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarationsXmlProperties(Properties.PropertiesBuilder aProperties) Create aXmlPropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarationsXmlPropertiesBuilder(Properties.PropertiesBuilder aProperties) Create aXmlPropertiesBuilderinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarationsYamlProperties(Properties.PropertiesBuilder aProperties) Create aYamlPropertiesinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarationsYamlPropertiesBuilder(Properties.PropertiesBuilder aProperties) Create aYamlPropertiesBuilderinstance containing the elements of the providedProperties.PropertiesBuilderinstance using the default path delimiter "/" (Delimiter.PATH) for the path declarations