Interface ObfuscationProperties.ObfuscationPropertiesBuilder

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.refcodes.mixin.AnnotatorAccessor

        org.refcodes.mixin.AnnotatorAccessor.AnnotatorBuilder<B extends org.refcodes.mixin.AnnotatorAccessor.AnnotatorBuilder<B>>, org.refcodes.mixin.AnnotatorAccessor.AnnotatorMutator, org.refcodes.mixin.AnnotatorAccessor.AnnotatorProperty
      • Nested classes/interfaces inherited from interface org.refcodes.structure.CanonicalMap

        org.refcodes.structure.CanonicalMap.CanonicalMapBuilder, org.refcodes.structure.CanonicalMap.MutableCanonicalMap
      • Nested classes/interfaces inherited from interface org.refcodes.mixin.DecryptPrefixAccessor

        org.refcodes.mixin.DecryptPrefixAccessor.DecryptPrefixBuilder<B extends org.refcodes.mixin.DecryptPrefixAccessor.DecryptPrefixBuilder<B>>, org.refcodes.mixin.DecryptPrefixAccessor.DecryptPrefixMutator, org.refcodes.mixin.DecryptPrefixAccessor.DecryptPrefixProperty
      • Nested classes/interfaces inherited from interface org.refcodes.mixin.DelimiterAccessor

        org.refcodes.mixin.DelimiterAccessor.DelimiterBuilder<B extends org.refcodes.mixin.DelimiterAccessor.DelimiterBuilder<B>>, org.refcodes.mixin.DelimiterAccessor.DelimiterMutator, org.refcodes.mixin.DelimiterAccessor.DelimiterProperty
      • Nested classes/interfaces inherited from interface org.refcodes.structure.Dictionary

        org.refcodes.structure.Dictionary.MutableDictionary<K extends Object,V extends Object>
      • Nested classes/interfaces inherited from interface org.refcodes.structure.Dictionary.MutableDictionary

        org.refcodes.structure.Dictionary.MutableDictionary.DictionaryBuilder<K extends Object,V extends Object,B extends org.refcodes.structure.Dictionary.MutableDictionary.DictionaryBuilder<K,V,B>>
      • Nested classes/interfaces inherited from interface org.refcodes.mixin.EncryptPrefixAccessor

        org.refcodes.mixin.EncryptPrefixAccessor.EncryptPrefixBuilder<B extends org.refcodes.mixin.EncryptPrefixAccessor.EncryptPrefixBuilder<B>>, org.refcodes.mixin.EncryptPrefixAccessor.EncryptPrefixMutator, org.refcodes.mixin.EncryptPrefixAccessor.EncryptPrefixProperty
      • Nested classes/interfaces inherited from interface org.refcodes.structure.PathMap

        org.refcodes.structure.PathMap.MutablePathMap<T extends Object>, org.refcodes.structure.PathMap.PathMapBuilder<T extends Object>
      • Nested classes/interfaces inherited from interface org.refcodes.configuration.Properties

        org.refcodes.configuration.Properties.MutableProperties, org.refcodes.configuration.Properties.PropertiesBuilder
      • Nested classes/interfaces inherited from interface org.refcodes.structure.PropertiesAccessorMixin

        org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<T extends Object>, org.refcodes.structure.PropertiesAccessorMixin.PropertiesMixin, org.refcodes.structure.PropertiesAccessorMixin.PropertiesMutatorMixin
      • Nested classes/interfaces inherited from interface org.refcodes.mixin.TypeAccessor

        org.refcodes.mixin.TypeAccessor.TypeMutator<T extends Object>, org.refcodes.mixin.TypeAccessor.TypeProperty<T extends Object>
    • Field Summary

      • Fields inherited from interface org.refcodes.structure.PathMap

        ANNOTATOR, DELIMITER
      • Fields inherited from interface org.refcodes.configuration.Properties

        DEFAULT_COMMENT
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default ObfuscationProperties.ObfuscationPropertiesBuilder withDecryptPrefix​(String aDecryptPrefix)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withEncryptPrefix​(String aEncryptPrefix)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withInsert​(Object aObj)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withInsertBetween​(String aToPath, Object aFrom, String aFromPath)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withInsertFrom​(Object aFrom, String aFromPath)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withInsertTo​(String aToPath, Object aFrom)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPut​(Object[] aPathElements, String aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPut​(Object aPath, String aValue)  
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPut​(String[] aPathElements, String aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPut​(String aKey, String aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPut​(org.refcodes.structure.Relation<String,String> aProperty)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPutBoolean​(Object[] aPathElements, Boolean aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPutBoolean​(String[] aPathElements, Boolean aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPutBoolean​(String aKey, Boolean aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPutByte​(Object[] aPathElements, Byte aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPutByte​(String[] aPathElements, Byte aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPutByte​(String aKey, Byte aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPutDouble​(Object[] aPathElements, Double aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPutDouble​(String[] aPathElements, Double aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPutDouble​(String aKey, Double aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPutFloat​(Object[] aPathElements, Float aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPutFloat​(String[] aPathElements, Float aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPutFloat​(String aKey, Float aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPutInteger​(Object[] aPathElements, Integer aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPutInteger​(String[] aPathElements, Integer aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPutInteger​(String aKey, Integer aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPutLong​(Object[] aPathElements, Long aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPutLong​(String[] aPathElements, Long aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPutLong​(String aKey, Long aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPutShort​(Object[] aPathElements, Short aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPutShort​(String[] aPathElements, Short aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withPutShort​(String aKey, Short aValue)
      default ObfuscationProperties.ObfuscationPropertiesBuilder withRemoveFrom​(String aPath)
      • Methods inherited from interface org.refcodes.structure.CanonicalMap

        getBoolean, getBoolean, getBooleanOr, getBooleanOr, getByte, getByte, getByteOr, getByteOr, getCharacter, getCharacter, getCharacterOr, getCharacterOr, getDouble, getDouble, getDoubleOr, getDoubleOr, getFloat, getFloat, getFloatOr, getFloatOr, getInteger, getInteger, getIntegerOr, getIntegerOr, getLong, getLong, getLongOr, getLongOr, getShort, getShort, getShortOr, getShortOr, queryBetween, toInstance, toInstance, toMap, toProperties, toType, toType
      • Methods inherited from interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder

        withMerge, withMerge, withMergeBetween, withMergeBetween, withMergeBetween, withMergeBetween, withMergeBetween, withMergeBetween, withMergeBetween, withMergeBetween, withMergeBetween, withMergeBetween, withMergeFrom, withMergeFrom, withMergeFrom, withMergeFrom, withMergeFrom, withMergeFrom, withMergeFrom, withMergeFrom, withMergeFrom, withMergeFrom, withMergeTo, withMergeTo, withMergeTo, withMergeTo, withMergeTo, withMergeTo, withMergeTo, withMergeTo, withMergeTo, withMergeTo
      • Methods inherited from interface org.refcodes.structure.CanonicalMap.MutableCanonicalMap

        insert, insertBetween, insertFrom, insertTo, put, put, putAll, putBoolean, putBoolean, putByte, putByte, putDouble, putDouble, putFloat, putFloat, putInteger, putInteger, putLong, putLong, putShort, putShort, removeFrom, toDump, toSourceCode, toSourceCode
      • Methods inherited from interface org.refcodes.structure.Clearable

        clear
      • Methods inherited from interface org.refcodes.structure.Containable

        isEmpty, size
      • Methods inherited from interface org.refcodes.mixin.DecryptPrefixAccessor

        getDecryptPrefix
      • Methods inherited from interface org.refcodes.mixin.DecryptPrefixAccessor.DecryptPrefixMutator

        setDecryptPrefix
      • Methods inherited from interface org.refcodes.mixin.Dumpable

        toDump, toPrintable
      • Methods inherited from interface org.refcodes.mixin.EncryptPrefixAccessor

        getEncryptPrefix
      • Methods inherited from interface org.refcodes.mixin.EncryptPrefixAccessor.EncryptPrefixMutator

        setEncryptPrefix
      • Methods inherited from interface org.refcodes.structure.Keys.MutableValues

        put
      • Methods inherited from interface org.refcodes.structure.PathMap

        children, children, children, children, children, children, containsKey, containsKey, containsKey, dirs, dirs, dirs, dirs, dirs, dirs, findPaths, fromExternalPath, get, get, get, getArray, getArray, getArray, getArray, getArray, getArrayIndexes, getArrayIndexes, getArrayIndexes, getArrayIndexes, getArrayIndexes, getDirAt, getDirAt, getDirAt, getDirAt, getDirIndexes, getDirIndexes, getDirIndexes, getDirIndexes, getDirIndexes, getRootPath, getValueAt, getValueAt, getValueAt, getValueAt, getValueAt, getValueAt, hasChildren, hasChildren, hasChildren, hasChildren, hasChildren, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasDirAt, hasParentPath, hasPath, hasPath, hasPath, hasPath, hasValueAt, hasValueAt, hasValueAt, hasValueAt, hasValueAt, hasValueAt, hasValueAt, hasValueAt, isArray, isArray, isArray, isArray, isArray, isArray, isArrayIndex, isArrayIndex, isArrayIndex, isArrayIndex, isArrayIndex, isArrayIndex, isChild, isChild, isChild, isChild, isDir, isDir, isDir, isDir, isDir, isDirIndex, isDirIndex, isDirIndex, isDirIndex, isDirIndex, isEqualTo, isLeaf, isLeaf, isLeaf, isLeaf, isLeaf, isRootPath, keySet, lastArrayIndex, lastArrayIndex, lastArrayIndex, lastArrayIndex, lastArrayIndex, lastArrayIndex, lastDirIndex, lastDirIndex, lastDirIndex, lastDirIndex, lastDirIndex, lastDirIndex, leaves, leaves, leaves, leaves, leaves, leaves, nextArrayIndex, nextArrayIndex, nextArrayIndex, nextArrayIndex, nextArrayIndex, nextArrayIndex, nextDirIndex, nextDirIndex, nextDirIndex, nextDirIndex, nextDirIndex, nextDirIndex, paths, paths, paths, paths, paths, paths, queryPaths, queryPaths, queryPaths, queryPaths, queryPaths, queryPaths, sortedKeys, toDataStructure, toDataStructure, toExternalPath, toLeaf, toMap, toNormalizedPath, toParentPath, toPath, toPath, toPath, toPathElements, toPathList, toPathStack, toPropertyPath
      • Methods inherited from interface org.refcodes.structure.PathMap.MutablePathMap

        appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendValueTo, appendValueTo, appendValueTo, appendValueTo, appendValueTo, appendValueTo, delete, delete, delete, delete, insert, insert, insertBetween, insertBetween, insertBetween, insertBetween, insertBetween, insertBetween, insertBetween, insertBetween, insertBetween, insertBetween, insertFrom, insertFrom, insertFrom, insertFrom, insertFrom, insertFrom, insertFrom, insertFrom, insertFrom, insertFrom, insertTo, insertTo, insertTo, insertTo, insertTo, insertTo, insertTo, insertTo, insertTo, insertTo, merge, merge, mergeBetween, mergeBetween, mergeBetween, mergeBetween, mergeBetween, mergeBetween, mergeBetween, mergeBetween, mergeBetween, mergeBetween, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeTo, mergeTo, mergeTo, mergeTo, mergeTo, mergeTo, mergeTo, mergeTo, mergeTo, mergeTo, put, putArray, putArray, putArray, putArray, putArray, putArray, putArray, putArray, putArray, putArray, putArray, putArray, putValueAt, putValueAt, putValueAt, putValueAt, putValueAt, remove, remove, remove, removeValueAt, removeValueAt, removeValueAt, removeValueAt, removeValueAt
      • Methods inherited from interface org.refcodes.structure.PathMap.PathMapBuilder

        withRemovePaths
      • Methods inherited from interface org.refcodes.configuration.Properties

        getAnnotator, getDelimiter, getType, query, query, query, query, query, queryBetween, queryBetween, queryBetween, queryBetween, queryBetween, queryFrom, queryFrom, queryFrom, queryFrom, queryFrom, queryFrom, queryTo, queryTo, queryTo, queryTo, queryTo, queryTo, retrieveBetween, retrieveBetween, retrieveBetween, retrieveBetween, retrieveBetween, retrieveFrom, retrieveFrom, retrieveFrom, retrieveFrom, retrieveFrom, retrieveTo, retrieveTo, retrieveTo, retrieveTo, retrieveTo
      • Methods inherited from interface org.refcodes.configuration.Properties.MutableProperties

        containsValue, delete, delete, getDirAt, getDirAt, insert, insertBetween, insertFrom, insertTo, put, putAll, putAll, putAll, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, putDirAt, removeAll, removeAll, removeAll, removeAll, removeAll, removeAll, removeDirAt, removeDirAt, removeDirAt, removeDirAt, removeDirAt, removeFrom, removeFrom, removeFrom, removeFrom, removePaths, removePaths
      • Methods inherited from interface org.refcodes.configuration.Properties.PropertiesBuilder

        withInsert, withInsertBetween, withInsertBetween, withInsertBetween, withInsertBetween, withInsertBetween, withInsertBetween, withInsertBetween, withInsertBetween, withInsertBetween, withInsertFrom, withInsertFrom, withInsertFrom, withInsertFrom, withInsertFrom, withInsertFrom, withInsertFrom, withInsertFrom, withInsertFrom, withInsertTo, withInsertTo, withInsertTo, withInsertTo, withInsertTo, withInsertTo, withInsertTo, withInsertTo, withInsertTo, withPut, withPutBoolean, withPutBoolean, withPutByte, withPutByte, withPutDirAt, withPutDirAt, withPutDirAt, withPutDirAt, withPutDirAt, withPutDirAt, withPutDirAt, withPutDirAt, withPutDirAt, withPutDirAt, withPutDirAt, withPutDirAt, withPutDouble, withPutDouble, withPutFloat, withPutFloat, withPutInteger, withPutInteger, withPutLong, withPutLong, withPutShort, withPutShort, withRemoveFrom, withRemoveFrom, withRemoveFrom, withRemoveFrom
      • Methods inherited from interface org.refcodes.structure.PropertiesAccessorMixin

        asArray, asArray, asArray, asArray, asBooleanArray, asBooleanArray, asBooleanArray, asBooleanArray, asByteArray, asByteArray, asByteArray, asByteArray, asCharacterArray, asCharacterArray, asCharacterArray, asCharacterArray, asDoubleArray, asDoubleArray, asDoubleArray, asDoubleArray, asFloatArray, asFloatArray, asFloatArray, asFloatArray, asIntegerArray, asIntegerArray, asIntegerArray, asIntegerArray, asLongArray, asLongArray, asLongArray, asLongArray, asShortArray, asShortArray, asShortArray, asShortArray, getBoolean, getBoolean, getBooleanOr, getBooleanOr, getByte, getByte, getByteOr, getByteOr, getCharacter, getCharacter, getCharacterOr, getCharacterOr, getDouble, getDouble, getDoubleOr, getDoubleOr, getFloat, getFloat, getFloatOr, getFloatOr, getInteger, getInteger, getIntegerOr, getIntegerOr, getLong, getLong, getLongOr, getLongOr, getShort, getShort, getShortOr, getShortOr
      • Methods inherited from interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin

        withPut
      • Methods inherited from interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesMutatorMixin

        put, put, putBoolean, putBoolean, putByte, putByte, putDouble, putDouble, putFloat, putFloat, putInteger, putInteger, putLong, putLong, putShort, putShort
    • Method Detail

      • withInsert

        default ObfuscationProperties.ObfuscationPropertiesBuilder withInsert​(Object aObj)
        Specified by:
        withInsert in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsert in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
        Specified by:
        withInsert in interface org.refcodes.configuration.Properties.PropertiesBuilder
      • withInsertBetween

        default ObfuscationProperties.ObfuscationPropertiesBuilder withInsertBetween​(String aToPath,
                                                                                     Object aFrom,
                                                                                     String aFromPath)
        Specified by:
        withInsertBetween in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertBetween in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
        Specified by:
        withInsertBetween in interface org.refcodes.configuration.Properties.PropertiesBuilder
      • withInsertFrom

        default ObfuscationProperties.ObfuscationPropertiesBuilder withInsertFrom​(Object aFrom,
                                                                                  String aFromPath)
        Specified by:
        withInsertFrom in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertFrom in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
        Specified by:
        withInsertFrom in interface org.refcodes.configuration.Properties.PropertiesBuilder
      • withInsertTo

        default ObfuscationProperties.ObfuscationPropertiesBuilder withInsertTo​(String aToPath,
                                                                                Object aFrom)
        Specified by:
        withInsertTo in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withInsertTo in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
        Specified by:
        withInsertTo in interface org.refcodes.configuration.Properties.PropertiesBuilder
      • withPut

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPut​(org.refcodes.structure.Relation<String,String> aProperty)
        Specified by:
        withPut in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPut in interface org.refcodes.structure.Dictionary.MutableDictionary.DictionaryBuilder<String,T extends Object,org.refcodes.structure.PathMap.PathMapBuilder<T extends Object>>
        Specified by:
        withPut in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
        Specified by:
        withPut in interface org.refcodes.configuration.Properties.PropertiesBuilder
      • withPut

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPut​(String aKey,
                                                                           String aValue)
        Specified by:
        withPut in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPut in interface org.refcodes.structure.Dictionary.MutableDictionary.DictionaryBuilder<String,T extends Object,org.refcodes.structure.PathMap.PathMapBuilder<T extends Object>>
        Specified by:
        withPut in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
        Specified by:
        withPut in interface org.refcodes.configuration.Properties.PropertiesBuilder
        Specified by:
        withPut in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutBoolean

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPutBoolean​(Object[] aPathElements,
                                                                                  Boolean aValue)
        Specified by:
        withPutBoolean in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutBoolean in interface org.refcodes.configuration.Properties.PropertiesBuilder
      • withPutBoolean

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPutBoolean​(String aKey,
                                                                                  Boolean aValue)
        Specified by:
        withPutBoolean in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutBoolean in interface org.refcodes.configuration.Properties.PropertiesBuilder
        Specified by:
        withPutBoolean in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutBoolean

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPutBoolean​(String[] aPathElements,
                                                                                  Boolean aValue)
        Specified by:
        withPutBoolean in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutBoolean in interface org.refcodes.configuration.Properties.PropertiesBuilder
      • withPutByte

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPutByte​(Object[] aPathElements,
                                                                               Byte aValue)
        Specified by:
        withPutByte in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutByte in interface org.refcodes.configuration.Properties.PropertiesBuilder
      • withPutByte

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPutByte​(String aKey,
                                                                               Byte aValue)
        Specified by:
        withPutByte in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutByte in interface org.refcodes.configuration.Properties.PropertiesBuilder
        Specified by:
        withPutByte in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutByte

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPutByte​(String[] aPathElements,
                                                                               Byte aValue)
        Specified by:
        withPutByte in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutByte in interface org.refcodes.configuration.Properties.PropertiesBuilder
      • withPutDouble

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPutDouble​(Object[] aPathElements,
                                                                                 Double aValue)
        Specified by:
        withPutDouble in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutDouble in interface org.refcodes.configuration.Properties.PropertiesBuilder
      • withPutDouble

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPutDouble​(String aKey,
                                                                                 Double aValue)
        Specified by:
        withPutDouble in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutDouble in interface org.refcodes.configuration.Properties.PropertiesBuilder
        Specified by:
        withPutDouble in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutDouble

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPutDouble​(String[] aPathElements,
                                                                                 Double aValue)
        Specified by:
        withPutDouble in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutDouble in interface org.refcodes.configuration.Properties.PropertiesBuilder
      • withPutFloat

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPutFloat​(Object[] aPathElements,
                                                                                Float aValue)
        Specified by:
        withPutFloat in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutFloat in interface org.refcodes.configuration.Properties.PropertiesBuilder
      • withPutFloat

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPutFloat​(String aKey,
                                                                                Float aValue)
        Specified by:
        withPutFloat in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutFloat in interface org.refcodes.configuration.Properties.PropertiesBuilder
        Specified by:
        withPutFloat in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutFloat

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPutFloat​(String[] aPathElements,
                                                                                Float aValue)
        Specified by:
        withPutFloat in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutFloat in interface org.refcodes.configuration.Properties.PropertiesBuilder
      • withPutInteger

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPutInteger​(Object[] aPathElements,
                                                                                  Integer aValue)
        Specified by:
        withPutInteger in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutInteger in interface org.refcodes.configuration.Properties.PropertiesBuilder
      • withPutInteger

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPutInteger​(String aKey,
                                                                                  Integer aValue)
        Specified by:
        withPutInteger in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutInteger in interface org.refcodes.configuration.Properties.PropertiesBuilder
        Specified by:
        withPutInteger in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutInteger

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPutInteger​(String[] aPathElements,
                                                                                  Integer aValue)
        Specified by:
        withPutInteger in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutInteger in interface org.refcodes.configuration.Properties.PropertiesBuilder
      • withPutLong

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPutLong​(Object[] aPathElements,
                                                                               Long aValue)
        Specified by:
        withPutLong in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutLong in interface org.refcodes.configuration.Properties.PropertiesBuilder
      • withPutLong

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPutLong​(String aKey,
                                                                               Long aValue)
        Specified by:
        withPutLong in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutLong in interface org.refcodes.configuration.Properties.PropertiesBuilder
        Specified by:
        withPutLong in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutLong

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPutLong​(String[] aPathElements,
                                                                               Long aValue)
        Specified by:
        withPutLong in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutLong in interface org.refcodes.configuration.Properties.PropertiesBuilder
      • withPutShort

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPutShort​(Object[] aPathElements,
                                                                                Short aValue)
        Specified by:
        withPutShort in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutShort in interface org.refcodes.configuration.Properties.PropertiesBuilder
      • withPutShort

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPutShort​(String aKey,
                                                                                Short aValue)
        Specified by:
        withPutShort in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutShort in interface org.refcodes.configuration.Properties.PropertiesBuilder
        Specified by:
        withPutShort in interface org.refcodes.structure.PropertiesAccessorMixin.PropertiesBuilderMixin<String>
      • withPutShort

        default ObfuscationProperties.ObfuscationPropertiesBuilder withPutShort​(String[] aPathElements,
                                                                                Short aValue)
        Specified by:
        withPutShort in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withPutShort in interface org.refcodes.configuration.Properties.PropertiesBuilder
      • withRemoveFrom

        default ObfuscationProperties.ObfuscationPropertiesBuilder withRemoveFrom​(String aPath)
        Specified by:
        withRemoveFrom in interface org.refcodes.structure.CanonicalMap.CanonicalMapBuilder
        Specified by:
        withRemoveFrom in interface org.refcodes.structure.PathMap.PathMapBuilder<String>
        Specified by:
        withRemoveFrom in interface org.refcodes.configuration.Properties.PropertiesBuilder