public static interface PropertiesPrecedence.PropertiesPrecedenceBuilder extends PropertiesPrecedence.MutablePropertiesPrecedence
PropertiesPrecedence.MutablePropertiesPrecedence
defines builder
functionality on top of the properties .PropertiesPrecedence.MutablePropertiesPrecedence, PropertiesPrecedence.PropertiesPrecedenceBuilder
Properties.MutableProperties, Properties.PropertiesBuilder
org.refcodes.structure.CanonicalMap.CanonicalMapBuilder, org.refcodes.structure.CanonicalMap.MutableCanonicalMap
org.refcodes.structure.PathMap.MutablePathMap<T>, org.refcodes.structure.PathMap.PathMapBuilder<T>
org.refcodes.structure.Dictionary.MutableDictionary<K,V>
org.refcodes.structure.Keys.MutableKeys<K,V>, org.refcodes.structure.Keys.MutableValues<K,V>
org.refcodes.mixin.DelimiterAccessor.DelimiterBuilder<B extends org.refcodes.mixin.DelimiterAccessor.DelimiterBuilder<B>>, org.refcodes.mixin.DelimiterAccessor.DelimiterMutator, org.refcodes.mixin.DelimiterAccessor.DelimiterProperty
org.refcodes.mixin.TypeAccessor.TypeMutator<T>, org.refcodes.mixin.TypeAccessor.TypeProperty<T>
org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<T>, org.refcodes.structure.PropertiesAccessorMixin.PropertiesMixin, org.refcodes.structure.PropertiesAccessorMixin.PropertiesMutatorMixin
DEFAULT_COMMENT
Modifier and Type | Method and Description |
---|---|
default PropertiesPrecedence.PropertiesPrecedenceBuilder |
withAppendProperties(Properties aProperties)
Builder method for the
PropertiesPrecedence.MutablePropertiesPrecedence.appendProperties(Properties) method. |
default PropertiesPrecedence.PropertiesPrecedenceBuilder |
withPrependProperties(Properties aProperties)
Builder method for the
PropertiesPrecedence.MutablePropertiesPrecedence.prependProperties(Properties) method. |
appendProperties, prependProperties
childrenOf, containsValue, getDelimiter, getType, retrieve, retrieveFrom, retrieveTo, toMap, toProperties, toPropertyPath
toInstance, toInstance, toType, toType
directories, directories, entries, entries, fromExternalKey, getArray, getArray, getRootPath, hasParentPath, isArray, isArray, isDirectory, isEntry, isRecord, isRootPath, keySet, paths, paths, records, records, toDataStructure, toDataStructure, toExternalKey, toMap, toNormalizedPath, toNormalizedPath, toParentPath, toPath
containsKey, get, getBoolean, getBoolean, getByte, getByte, getCharacter, getCharacter, getDouble, getDouble, getFloat, getFloat, getInteger, getInteger, getLong, getLong, getShort, getShort, use, useBoolean, useBoolean, useByte, useByte, useDouble, useDouble, useFloat, useFloat, useInteger, useInteger, useLong, useLong, useShort, useShort
default PropertiesPrecedence.PropertiesPrecedenceBuilder withAppendProperties(Properties aProperties)
PropertiesPrecedence.MutablePropertiesPrecedence.appendProperties(Properties)
method.aProperties
- The properties to be appended.default PropertiesPrecedence.PropertiesPrecedenceBuilder withPrependProperties(Properties aProperties)
PropertiesPrecedence.MutablePropertiesPrecedence.prependProperties(Properties)
method.aProperties
- The properties to be prepended.Copyright © 2018. All rights reserved.