Modifier and Type | Class | Description |
---|---|---|
class |
ClassStructMapBuilderImpl |
The Class ClassStructBuilderImpl.
|
Modifier and Type | Method | Description |
---|---|---|
ClassStructMap.ClassStructMapBuilder |
ClassStructMapBuilderImpl.retrieveFrom(String aFromPath) |
|
ClassStructMap.ClassStructMapBuilder |
ClassStructMapBuilderImpl.retrieveTo(String aToPath) |
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsert(Object aObj) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insert(Object) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsert(PathMap<Class<?>> aFrom) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertBetween(Object[] aToPathElements,
Object aFrom,
Object[] aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertBetween(Object[] aToPathElements,
PathMap<Class<?>> aFrom,
Object[] aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertBetween(Object aToPath,
Object aFrom,
Object aFromPath) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertBetween(Object aToPath,
PathMap<Class<?>> aFrom,
Object aFromPath) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertBetween(String[] aToPathElements,
Object aFrom,
String[] aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertBetween(String[] aToPathElements,
PathMap<Class<?>> aFrom,
String[] aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertBetween(String aToPath,
Object aFrom,
String aFromPath) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertBetween(String aToPath,
PathMap<Class<?>> aFrom,
String aFromPath) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertBetween(Collection<?> aToPathElements,
Object aFrom,
Collection<?> aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertBetween(String, Object, String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertBetween(Collection<?> aToPathElements,
PathMap<Class<?>> aFrom,
Collection<?> aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertFrom(Object aFrom,
Object aFromPath) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertFrom(Object aFrom,
Object... aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertFrom(Object aFrom,
String aFromPath) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertFrom(Object aFrom,
String... aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertFrom(Object aFrom,
Collection<?> aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertFrom(Object, String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertFrom(PathMap<Class<?>> aFrom,
Object aFromPath) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertFrom(PathMap<Class<?>> aFrom,
Object... aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertFrom(PathMap<Class<?>> aFrom,
String aFromPath) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertFrom(PathMap<Class<?>> aFrom,
String... aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertFrom(PathMap<Class<?>> aFrom,
Collection<?> aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertTo(Object[] aToPathElements,
Object aFrom) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertTo(Object[] aToPathElements,
PathMap<Class<?>> aFrom) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertTo(Object aToPath,
Object aFrom) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertTo(Object aToPath,
PathMap<Class<?>> aFrom) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertTo(String[] aToPathElements,
Object aFrom) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertTo(String[] aToPathElements,
PathMap<Class<?>> aFrom) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertTo(String aToPath,
Object aFrom) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertTo(String aToPath,
PathMap<Class<?>> aFrom) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertTo(Collection<?> aToPathElements,
Object aFrom) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.insertTo(String, Object) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withInsertTo(Collection<?> aToPathElements,
PathMap<Class<?>> aFrom) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMerge(Object aObj) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.merge(Object) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMerge(PathMap<Class<?>> aFrom) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeBetween(Object[] aToPathElements,
Object aFrom,
Object[] aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeBetween(Object[] aToPathElements,
PathMap<Class<?>> aFrom,
Object[] aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeBetween(Object aToPath,
Object aFrom,
Object aFromPath) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeBetween(Object aToPath,
PathMap<Class<?>> aFrom,
Object aFromPath) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeBetween(String[] aToPathElements,
Object aFrom,
String[] aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeBetween(String[] aToPathElements,
PathMap<Class<?>> aFrom,
String[] aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeBetween(String aToPath,
Object aFrom,
String aFromPath) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeBetween(String aToPath,
PathMap<Class<?>> aFrom,
String aFromPath) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeBetween(Collection<?> aToPathElements,
Object aFrom,
Collection<?> aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeBetween(String, Object, String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeBetween(Collection<?> aToPathElements,
PathMap<Class<?>> aFrom,
Collection<?> aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeFrom(Object aFrom,
Object aFromPath) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeFrom(Object aFrom,
Object... aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeFrom(Object aFrom,
String aFromPath) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeFrom(Object aFrom,
String... aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeFrom(Object aFrom,
Collection<?> aFromPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeFrom(Object, String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeFrom(PathMap<Class<?>> aFrom,
Object aFromPath) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeFrom(PathMap<Class<?>> aFrom,
Object... aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeFrom(PathMap<Class<?>> aFrom,
String aFromPath) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeFrom(PathMap<Class<?>> aFrom,
String... aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeFrom(PathMap<Class<?>> aFrom,
Collection<?> aFromPathElements) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeTo(Object[] aToPathElements,
Object aFrom) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeTo(Object[] aToPathElements,
PathMap<Class<?>> aFrom) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeTo(Object aToPath,
Object aFrom) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeTo(Object aToPath,
PathMap<Class<?>> aFrom) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeTo(String[] aToPathElements,
Object aFrom) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeTo(String[] aToPathElements,
PathMap<Class<?>> aFrom) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeTo(String aToPath,
Object aFrom) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeTo(String aToPath,
PathMap<Class<?>> aFrom) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeTo(Collection<?> aToPathElements,
Object aFrom) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.mergeTo(String, Object) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withMergeTo(Collection<?> aToPathElements,
PathMap<Class<?>> aFrom) |
Method to semantically emphasize that we support our own types.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withPut(Object[] aPathElements,
Class<?> aValue) |
Builder method for
Keys.MutableValues.put(Object, Object) . |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withPut(String[] aKey,
Class<?> aValue) |
Builder method for
Keys.MutableValues.put(Object, Object) . |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withPut(Collection<?> aPathElements,
Class<?> aValue) |
Builder method for
Keys.MutableValues.put(Object, Object) . |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withPut(Property aProperty) |
Builder method for
ClassStructMap.MutableClassStructMap.put(Property) . |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withPut(Relation<String,Class<?>> aProperty) |
Builder method for
Dictionary.MutableDictionary.put(Relation) . |
ClassStructMap.ClassStructMapBuilder |
ClassStructMapBuilderImpl.withPut(String aKey,
Class<?> aValue) |
Builder method for
Keys.MutableValues.put(Object, Object) . |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withPutDirAt(int aIndex,
Object aDir) |
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withPutDirAt(int aIndex,
PathMap<Class<?>> aDir) |
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withPutDirAt(Object[] aPathElements,
int aIndex,
Object aDir) |
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withPutDirAt(Object[] aPathElements,
int aIndex,
PathMap<Class<?>> aDir) |
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withPutDirAt(Object aPath,
int aIndex,
Object aDir) |
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withPutDirAt(Object aPath,
int aIndex,
PathMap<Class<?>> aDir) |
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withPutDirAt(String[] aPathElements,
int aIndex,
Object aDir) |
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withPutDirAt(String[] aPathElements,
int aIndex,
PathMap<Class<?>> aDir) |
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withPutDirAt(String aPath,
int aIndex,
Object aDir) |
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withPutDirAt(String aPath,
int aIndex,
PathMap<Class<?>> aDir) |
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withPutDirAt(Collection<?> aPathElements,
int aIndex,
Object aDir) |
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withPutDirAt(Collection<?> aPathElements,
int aIndex,
PathMap<Class<?>> aDir) |
An indexed directory represents all elements which begin with a path
which's last path element represents an index.
|
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withRemoveFrom(Object aPath) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom( String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withRemoveFrom(Object... aPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom( String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withRemoveFrom(String aPath) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom( String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withRemoveFrom(String... aPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom( String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withRemoveFrom(Collection<?> aPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom( String) method. |
default ClassStructMap.ClassStructMapBuilder |
ClassStructMap.ClassStructMapBuilder.withRemovePaths(String... aPathElements) |
Convenience method for providing builder functionality to the
PathMap.MutablePathMap.removeFrom( String) method. |
Copyright © 2021. All rights reserved.