-
- All Superinterfaces:
org.refcodes.mixin.AnnotatorAccessor
,org.refcodes.struct.CanonicalMap
,org.refcodes.struct.CanonicalMap.CanonicalMapBuilder
,org.refcodes.struct.CanonicalMap.MutableCanonicalMap
,org.refcodes.mixin.Clearable
,org.refcodes.struct.Containable
,org.refcodes.mixin.DelimiterAccessor
,org.refcodes.struct.Dictionary<String,String>
,org.refcodes.struct.Dictionary.MutableDictionary<String,String>
,org.refcodes.struct.Dictionary.MutableDictionary.DictionaryBuilder<String,String,org.refcodes.struct.PathMap.PathMapBuilder<String>>
,org.refcodes.mixin.Dumpable
,org.refcodes.mixin.EmptyAccessor
,HalMap
,org.refcodes.struct.InterOperableMap<String>
,org.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
,org.refcodes.struct.InterOperableMap.MutableInterOperableMap<String>
,org.refcodes.struct.Keys<String,String>
,org.refcodes.struct.Keys.MutableKeys<String,String>
,org.refcodes.struct.Keys.MutableValues<String,String>
,Map<String,String>
,org.refcodes.struct.PathMap<String>
,org.refcodes.struct.PathMap.MutablePathMap<String>
,org.refcodes.struct.PathMap.PathMapBuilder<String>
,org.refcodes.mixin.TypeAccessor<String>
- All Known Implementing Classes:
HalDataImpl
public interface HalData extends HalMap
-
-
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.struct.CanonicalMap
org.refcodes.struct.CanonicalMap.CanonicalMapBuilder, org.refcodes.struct.CanonicalMap.MutableCanonicalMap
-
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.struct.Dictionary
org.refcodes.struct.Dictionary.MutableDictionary<K extends Object,V extends Object>
-
Nested classes/interfaces inherited from interface org.refcodes.struct.Dictionary.MutableDictionary
org.refcodes.struct.Dictionary.MutableDictionary.DictionaryBuilder<K extends Object,V extends Object,B extends org.refcodes.struct.Dictionary.MutableDictionary.DictionaryBuilder<K,V,B>>
-
Nested classes/interfaces inherited from interface org.refcodes.mixin.EmptyAccessor
org.refcodes.mixin.EmptyAccessor.EmptyMutator, org.refcodes.mixin.EmptyAccessor.EmptyProperty
-
Nested classes/interfaces inherited from interface org.refcodes.struct.InterOperableMap
org.refcodes.struct.InterOperableMap.InterOperableMapBuilder<T extends Object>, org.refcodes.struct.InterOperableMap.MutableInterOperableMap<T extends Object>
-
Nested classes/interfaces inherited from interface org.refcodes.struct.Keys
org.refcodes.struct.Keys.MutableKeys<K extends Object,V extends Object>, org.refcodes.struct.Keys.MutableValues<K extends Object,V extends Object>
-
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K extends Object,V extends Object>
-
Nested classes/interfaces inherited from interface org.refcodes.struct.PathMap
org.refcodes.struct.PathMap.MutablePathMap<T extends Object>, org.refcodes.struct.PathMap.PathMapBuilder<T extends Object>
-
Nested classes/interfaces inherited from interface org.refcodes.mixin.TypeAccessor
org.refcodes.mixin.TypeAccessor.TypeBuilder<T extends Object,B extends org.refcodes.mixin.TypeAccessor.TypeBuilder<T,B>>, org.refcodes.mixin.TypeAccessor.TypeMutator<T extends Object>, org.refcodes.mixin.TypeAccessor.TypeProperty<T extends Object>
-
-
Field Summary
-
Fields inherited from interface org.refcodes.hal.HalMap
HAL_ALPS, HAL_DESCRIPTOR, HAL_DESCRIPTORS, HAL_DOC, HAL_EMBEDDED, HAL_ENUM, HAL_FORMAT, HAL_HREF, HAL_LINKS, HAL_NAME, HAL_PATH_SELF_HREF, HAL_PROFILE, HAL_PROPERTIES, HAL_READ_ONLY, HAL_REF, HAL_RELATION, HAL_SELF, HAL_TEMPLATED, HAL_TITLE, HAL_TYPE, HAL_VALUE, META_DATA_ARRAY, META_DATA_ENUM, META_DATA_FORMAT, META_DATA_HREF, META_DATA_READ_ONLY, META_DATA_SELF, META_DATA_TYPE, META_DATA_VALUE, ROOT_PATH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default HalData
exportHref(Object aPath)
Exports the data of the HAL-Resource to which value points referenced by the path.default HalData
exportHref(Object... aPathElements)
Exports the data of the HAL-Resource to which value points referenced by the path.default HalData
exportHref(Object[] aPathElements, org.refcodes.web.FormFields aQueryFields)
Exports the data of the HAL-Resource to which value points referenced by the path.default HalData
exportHref(Object aPath, org.refcodes.web.FormFields aQueryFields)
Exports the data of the HAL-Resource to which value points referenced by the path.default HalData
exportHref(String aPath)
Exports the data of the HAL-Resource to which value points referenced by the path.default HalData
exportHref(String... aPathElements)
Exports the data of the HAL-Resource to which value points referenced by the path.default HalData
exportHref(String[] aPathElements, org.refcodes.web.FormFields aQueryFields)
Exports the data of the HAL-Resource to which value points referenced by the path.default HalData
exportHref(String aPath, org.refcodes.web.FormFields aQueryFields)
Exports the data of the HAL-Resource to which value points referenced by the path.default HalData
exportHref(Collection<?> aPathElements)
Exports the data of the HAL-Resource to which value points referenced by the path.default HalData
exportHref(Collection<?> aPathElements, org.refcodes.web.FormFields aQueryFields)
Exports the data of the HAL-Resource to which value points referenced by the path.default HalData
exportHref(TraversalMode aMode, Object aPath)
Exports the data of the HAL-Resource to which value points referenced by the path.default HalData
exportHref(TraversalMode aMode, Object... aPathElements)
Exports the data of the HAL-Resource to which value points referenced by the path.default HalData
exportHref(TraversalMode aMode, Object[] aPathElements, org.refcodes.web.FormFields aQueryFields)
Exports the data of the HAL-Resource to which value points referenced by the path.default HalData
exportHref(TraversalMode aMode, Object aPath, org.refcodes.web.FormFields aQueryFields)
Exports the data of the HAL-Resource to which value points referenced by the path.default HalData
exportHref(TraversalMode aMode, String aPath)
Exports the data of the HAL-Resource to which value points referenced by the path.default HalData
exportHref(TraversalMode aMode, String... aPathElements)
Exports the data of the HAL-Resource to which value points referenced by the path.default HalData
exportHref(TraversalMode aMode, String[] aPathElements, org.refcodes.web.FormFields aQueryFields)
Exports the data of the HAL-Resource to which value points referenced by the path.default HalData
exportHref(TraversalMode aMode, String aPath, org.refcodes.web.FormFields aQueryFields)
Exports the data of the HAL-Resource to which value points referenced by the path.default HalData
exportHref(TraversalMode aMode, Collection<?> aPathElements)
Exports the data of the HAL-Resource to which value points referenced by the path.default HalData
exportHref(TraversalMode aMode, Collection<?> aPathElements, org.refcodes.web.FormFields aQueryFields)
Exports the data of the HAL-Resource to which value points referenced by the path.default HalData
getDirAt(int aIndex)
default HalData
getDirAt(String aPath, int aIndex)
default Long
getId()
Extracts the entite's TID from the provided HTTP-Body: We assume a SELF reference and take the last number if the according HREF.default String
getSelfHref()
Extracts the entite's TID from the provided HTTP-Body: We assume a SELF reference and take the last number if the according HREF.default void
importHref(Object aPath)
Imports the data of the HAL-Resource to which value points referenced by the path.default void
importHref(Object... aPathElements)
Imports the data of the HAL-Resource to which value points referenced by the path.default void
importHref(Object[] aPathElements, org.refcodes.web.FormFields aQueryFields)
Imports the data of the HAL-Resource to which value points referenced by the path.default void
importHref(Object aPath, org.refcodes.web.FormFields aQueryFields)
Imports the data of the HAL-Resource to which value points referenced by the path.default void
importHref(String aPath)
Imports the data of the HAL-Resource to which value points referenced by the path.default void
importHref(String... aPathElements)
Imports the data of the HAL-Resource to which value points referenced by the path.default void
importHref(String[] aPathElements, org.refcodes.web.FormFields aQueryFields)
Imports the data of the HAL-Resource to which value points referenced by the path.default void
importHref(String aPath, org.refcodes.web.FormFields aQueryFields)
Imports the data of the HAL-Resource to which value points referenced by the path.default void
importHref(Collection<?> aPathElements)
Imports the data of the HAL-Resource to which value points referenced by the path.default void
importHref(Collection<?> aPathElements, org.refcodes.web.FormFields aQueryFields)
Imports the data of the HAL-Resource to which value points referenced by the path.default void
importHref(TraversalMode aMode, Object aPath)
Imports the data of the HAL-Resource to which value points referenced by the path.default void
importHref(TraversalMode aMode, Object... aPathElements)
Imports the data of the HAL-Resource to which value points referenced by the path.default void
importHref(TraversalMode aMode, Object[] aPathElements, org.refcodes.web.FormFields aQueryFields)
Imports the data of the HAL-Resource to which value points referenced by the path.default void
importHref(TraversalMode aMode, Object aPath, org.refcodes.web.FormFields aQueryFields)
Imports the data of the HAL-Resource to which value points referenced by the path.default void
importHref(TraversalMode aMode, String aPath)
Imports the data of the HAL-Resource to which value points referenced by the path.default void
importHref(TraversalMode aMode, String... aPathElements)
Imports the data of the HAL-Resource to which value points referenced by the path.default void
importHref(TraversalMode aMode, String[] aPathElements, org.refcodes.web.FormFields aQueryFields)
Imports the data of the HAL-Resource to which value points referenced by the path.default void
importHref(TraversalMode aMode, String aPath, org.refcodes.web.FormFields aQueryFields)
Imports the data of the HAL-Resource to which value points referenced by the path.default void
importHref(TraversalMode aMode, Collection<?> aPathElements)
Imports the data of the HAL-Resource to which value points referenced by the path.default void
importHref(TraversalMode aMode, Collection<?> aPathElements, org.refcodes.web.FormFields aQueryFields)
Imports the data of the HAL-Resource to which value points referenced by the path.default HalData
putDirAt(int aIndex, Object aDir)
default HalData
putDirAt(int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalData
putDirAt(Object[] aPathElements, int aIndex, Object aDir)
default HalData
putDirAt(Object[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalData
putDirAt(Object aPath, int aIndex, Object aDir)
default HalData
putDirAt(Object aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalData
putDirAt(String[] aPathElements, int aIndex, Object aDir)
default HalData
putDirAt(String[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalData
putDirAt(String aPath, int aIndex, Object aDir)
default HalData
putDirAt(String aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalData
putDirAt(Collection<?> aPathElements, int aIndex, Object aDir)
default HalData
putDirAt(Collection<?> aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalData
query(Object... aQueryElements)
default HalData
query(String aPathQuery)
default HalData
query(String... aQueryElements)
default HalData
query(Collection<?> aQueryElements)
default HalData
query(Pattern aRegExp)
default HalData
queryBetween(Object[] aFromPath, Object[] aPathQuery, Object[] aToPath)
default HalData
queryBetween(Object aFromPath, Object aPathQuery, Object aToPath)
default HalData
queryBetween(String[] aFromPath, String[] aPathQuery, String[] aToPath)
default HalData
queryBetween(String aFromPath, String aPathQuery, String aToPath)
default HalData
queryBetween(String aFromPath, Pattern aRegExp, String aToPath)
default HalData
queryBetween(Collection<?> aFromPath, Collection<?> aPathQuery, Collection<?> aToPath)
default HalData
queryFrom(Object[] aPathQuery, Object[] aFromPath)
default HalData
queryFrom(Object aPathQuery, Object aFromPath)
default HalData
queryFrom(String[] aPathQuery, String[] aFromPath)
default HalData
queryFrom(String aPathQuery, String aFromPath)
default HalData
queryFrom(Collection<?> aPathQuery, Collection<?> aFromPath)
default HalData
queryFrom(Pattern aRegExp, String aFromPath)
default HalData
queryTo(Object[] aPathQuery, String aToPath)
default HalData
queryTo(Object aPathQuery, String aToPath)
default HalData
queryTo(String[] aPathQuery, String aToPath)
default HalData
queryTo(String aPathQuery, String aToPath)
default HalData
queryTo(Collection<?> aPathQuery, String aToPath)
default HalData
queryTo(Pattern aRegExp, String aToPath)
default HalData
removeAll(Object aPathQuery)
default HalData
removeAll(Object... aPathQueryElements)
default HalData
removeAll(String aPathQuery)
default HalData
removeAll(String... aPathQueryElements)
default HalData
removeAll(Collection<?> aPathQueryElements)
default HalData
removeAll(Pattern aRegExp)
default HalData
removeDirAt(int aIndex)
default HalData
removeDirAt(Object[] aPathElements, int aIndex)
default HalData
removeDirAt(Object aPath, int aIndex)
default HalData
removeDirAt(String[] aPathElements, int aIndex)
default HalData
removeDirAt(String aPath, int aIndex)
default HalData
removeFrom(Object aPath)
default HalData
removeFrom(Object... aPathElements)
default HalData
removeFrom(String aPath)
default HalData
removeFrom(String... aPathElements)
default HalData
removePaths(String... aPaths)
default HalData
removePaths(Collection<?> aPaths)
default HalData
retrieveBetween(Object[] aFromPath, Object[] aToPath)
default HalData
retrieveBetween(Object aFromPath, Object aToPath)
default HalData
retrieveBetween(String[] aFromPath, String[] aToPath)
HalData
retrieveBetween(String aFromPath, String aToPath)
default HalData
retrieveBetween(Collection<?> aFromPath, Collection<?> aToPath)
default HalData
retrieveFrom(Object aParentPath)
default HalData
retrieveFrom(Object... aPathElements)
HalData
retrieveFrom(String aFromPath)
default HalData
retrieveFrom(String... aPathElements)
default HalData
retrieveFrom(Collection<?> aPathElements)
default HalData
retrieveTo(Object aToPath)
default HalData
retrieveTo(Object... aToPathElements)
HalData
retrieveTo(String aToPath)
default HalData
retrieveTo(String... aToPathElements)
default HalData
retrieveTo(Collection<?> aToPathElements)
default HalData
withInsert(Object aObj)
default HalData
withInsert(org.refcodes.struct.PathMap<String> aFrom)
default HalData
withInsertBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements)
default HalData
withInsertBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements)
default HalData
withInsertBetween(Object aToPath, Object aFrom, Object aFromPath)
default HalData
withInsertBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)
default HalData
withInsertBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements)
default HalData
withInsertBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements)
default HalData
withInsertBetween(String aToPath, Object aFrom, String aFromPath)
default HalData
withInsertBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath)
default HalData
withInsertBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements)
default HalData
withInsertBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)
default HalData
withInsertFrom(Object aFrom, Object aFromPath)
default HalData
withInsertFrom(Object aFrom, Object... aFromPathElements)
default HalData
withInsertFrom(Object aFrom, String aFromPath)
default HalData
withInsertFrom(Object aFrom, String... aFromPathElements)
default HalData
withInsertFrom(Object aFrom, Collection<?> aFromPathElements)
default HalData
withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)
default HalData
withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements)
default HalData
withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath)
default HalData
withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements)
default HalData
withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)
default HalData
withInsertTo(Object[] aToPathElements, Object aFrom)
default HalData
withInsertTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
default HalData
withInsertTo(Object aToPath, Object aFrom)
default HalData
withInsertTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom)
default HalData
withInsertTo(String[] aToPathElements, Object aFrom)
default HalData
withInsertTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
default HalData
withInsertTo(String aToPath, Object aFrom)
default HalData
withInsertTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom)
default HalData
withInsertTo(Collection<?> aToPathElements, Object aFrom)
default HalData
withInsertTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
default HalData
withMerge(Object aObj)
default HalData
withMerge(org.refcodes.struct.PathMap<String> aFrom)
default HalData
withMergeBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements)
default HalData
withMergeBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements)
default HalData
withMergeBetween(Object aToPath, Object aFrom, Object aFromPath)
default HalData
withMergeBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)
default HalData
withMergeBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements)
default HalData
withMergeBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements)
default HalData
withMergeBetween(String aToPath, Object aFrom, String aFromPath)
default HalData
withMergeBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath)
default HalData
withMergeBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements)
default HalData
withMergeBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)
default HalData
withMergeFrom(Object aFrom, Object aFromPath)
default HalData
withMergeFrom(Object aFrom, Object... aFromPathElements)
default HalData
withMergeFrom(Object aFrom, String aFromPath)
default HalData
withMergeFrom(Object aFrom, String... aFromPathElements)
default HalData
withMergeFrom(Object aFrom, Collection<?> aFromPathElements)
default HalData
withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)
default HalData
withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements)
default HalData
withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath)
default HalData
withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements)
default HalData
withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)
default HalData
withMergeTo(Object[] aToPathElements, Object aFrom)
default HalData
withMergeTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
default HalData
withMergeTo(Object aToPath, Object aFrom)
default HalData
withMergeTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom)
default HalData
withMergeTo(String[] aToPathElements, Object aFrom)
default HalData
withMergeTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
default HalData
withMergeTo(String aToPath, Object aFrom)
default HalData
withMergeTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom)
default HalData
withMergeTo(Collection<?> aToPathElements, Object aFrom)
default HalData
withMergeTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
default HalData
withPut(Object[] aPathElements, String aValue)
default HalData
withPut(String[] aKey, String aValue)
default HalData
withPut(String aKey, String aValue)
default HalData
withPut(Collection<?> aPathElements, String aValue)
default HalData
withPut(org.refcodes.struct.Property aProperty)
default HalData
withPut(org.refcodes.struct.Relation<String,String> aProperty)
default HalData
withPutBoolean(Object[] aPathElements, Boolean aValue)
default HalData
withPutBoolean(Object aKey, Boolean aValue)
default HalData
withPutBoolean(String[] aPathElements, Boolean aValue)
default HalData
withPutBoolean(String aKey, Boolean aValue)
default HalData
withPutBoolean(Collection<?> aPathElements, Boolean aValue)
default HalData
withPutByte(Object[] aPathElements, Byte aValue)
default HalData
withPutByte(Object aKey, Byte aValue)
default HalData
withPutByte(String[] aPathElements, Byte aValue)
default HalData
withPutByte(String aKey, Byte aValue)
default HalData
withPutByte(Collection<?> aPathElements, Byte aValue)
default HalData
withPutChar(Object[] aPathElements, Character aValue)
default HalData
withPutChar(Object aKey, Character aValue)
default HalData
withPutChar(String[] aPathElements, Character aValue)
default HalData
withPutChar(String aKey, Character aValue)
default HalData
withPutChar(Collection<?> aPathElements, Character aValue)
default <C> HalData
withPutClass(Object[] aPathElements, Class<C> aValue)
default <C> HalData
withPutClass(Object aKey, Class<C> aValue)
default <C> HalData
withPutClass(String[] aPathElements, Class<C> aValue)
default <C> HalData
withPutClass(String aKey, Class<C> aValue)
default <C> HalData
withPutClass(Collection<?> aPathElements, Class<C> aValue)
default HalData
withPutDirAt(int aIndex, Object aDir)
default HalData
withPutDirAt(int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalData
withPutDirAt(Object[] aPathElements, int aIndex, Object aDir)
default HalData
withPutDirAt(Object[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalData
withPutDirAt(Object aPath, int aIndex, Object aDir)
default HalData
withPutDirAt(Object aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalData
withPutDirAt(String[] aPathElements, int aIndex, Object aDir)
default HalData
withPutDirAt(String[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalData
withPutDirAt(String aPath, int aIndex, Object aDir)
default HalData
withPutDirAt(String aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalData
withPutDirAt(Collection<?> aPathElements, int aIndex, Object aDir)
default HalData
withPutDirAt(Collection<?> aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir)
default HalData
withPutDouble(Object[] aPathElements, Double aValue)
default HalData
withPutDouble(Object aKey, Double aValue)
default HalData
withPutDouble(String[] aPathElements, Double aValue)
default HalData
withPutDouble(String aKey, Double aValue)
default HalData
withPutDouble(Collection<?> aPathElements, Double aValue)
default <E extends Enum<E>>
HalDatawithPutEnum(Object[] aPathElements, E aValue)
default <E extends Enum<E>>
HalDatawithPutEnum(Object aKey, E aValue)
default <E extends Enum<E>>
HalDatawithPutEnum(String[] aPathElements, E aValue)
default <E extends Enum<E>>
HalDatawithPutEnum(String aKey, E aValue)
default <E extends Enum<E>>
HalDatawithPutEnum(Collection<?> aPathElements, E aValue)
default HalData
withPutFloat(Object[] aPathElements, Float aValue)
default HalData
withPutFloat(Object aKey, Float aValue)
default HalData
withPutFloat(String[] aPathElements, Float aValue)
default HalData
withPutFloat(String aKey, Float aValue)
default HalData
withPutFloat(Collection<?> aPathElements, Float aValue)
default HalData
withPutInt(Object[] aPathElements, Integer aValue)
default HalData
withPutInt(Object aKey, Integer aValue)
default HalData
withPutInt(String[] aPathElements, Integer aValue)
default HalData
withPutInt(String aKey, Integer aValue)
default HalData
withPutInt(Collection<?> aPathElements, Integer aValue)
default HalData
withPutLong(Object[] aPathElements, Long aValue)
default HalData
withPutLong(Object aKey, Long aValue)
default HalData
withPutLong(String[] aPathElements, Long aValue)
default HalData
withPutLong(String aKey, Long aValue)
default HalData
withPutLong(Collection<?> aPathElements, Long aValue)
default HalData
withPutShort(Object[] aPathElements, Short aValue)
default HalData
withPutShort(Object aKey, Short aValue)
default HalData
withPutShort(String[] aPathElements, Short aValue)
default HalData
withPutShort(String aKey, Short aValue)
default HalData
withPutShort(Collection<?> aPathElements, Short aValue)
default HalData
withPutString(Object[] aPathElements, String aValue)
default HalData
withPutString(Object aKey, String aValue)
default HalData
withPutString(String[] aPathElements, String aValue)
default HalData
withPutString(String aKey, String aValue)
default HalData
withPutString(Collection<?> aPathElements, String aValue)
default HalData
withRemoveFrom(Object aPath)
default HalData
withRemoveFrom(Object... aPathElements)
default HalData
withRemoveFrom(String aPath)
default HalData
withRemoveFrom(String... aPathElements)
default HalData
withRemoveFrom(Collection<?> aPathElements)
default HalData
withRemovePaths(String... aPathElements)
-
Methods inherited from interface org.refcodes.struct.CanonicalMap
asArray, asArray, asArray, asArray, asBooleanArray, asBooleanArray, asBooleanArray, asBooleanArray, asByteArray, asByteArray, asByteArray, asByteArray, asCharArray, asCharArray, asCharArray, asCharArray, asDoubleArray, asDoubleArray, asDoubleArray, asDoubleArray, asFloatArray, asFloatArray, asFloatArray, asFloatArray, asIntArray, asIntArray, asIntArray, asIntArray, asLongArray, asLongArray, asLongArray, asLongArray, asShortArray, asShortArray, asShortArray, asShortArray, getDir, getDir, getDir, getDir, getDir, getDirAt, getDirAt, getDirAt, getDirAt, toMap, toProperties
-
Methods inherited from interface org.refcodes.struct.CanonicalMap.MutableCanonicalMap
containsValue, insert, insertBetween, insertFrom, insertTo, put, put, put, put, put, putAll, putAll, putAll, removeFrom, toDump
-
Methods inherited from interface org.refcodes.struct.InterOperableMap
getBoolean, getBoolean, getBoolean, getBoolean, getBoolean, getBooleanOr, getBooleanOr, getBooleanOr, getBooleanOr, getBooleanOr, getByte, getByte, getByte, getByte, getByte, getByteOr, getByteOr, getByteOr, getByteOr, getByteOr, getChar, getChar, getChar, getChar, getChar, getCharOr, getCharOr, getCharOr, getCharOr, getCharOr, getClass, getClass, getClass, getClass, getClass, getClassOr, getClassOr, getClassOr, getClassOr, getClassOr, getDouble, getDouble, getDouble, getDouble, getDouble, getDoubleOr, getDoubleOr, getDoubleOr, getDoubleOr, getDoubleOr, getEnum, getEnum, getEnum, getEnum, getEnum, getEnumOr, getEnumOr, getEnumOr, getEnumOr, getEnumOr, getEnumOr, getEnumOr, getEnumOr, getEnumOr, getEnumOr, getFloat, getFloat, getFloat, getFloat, getFloat, getFloatOr, getFloatOr, getFloatOr, getFloatOr, getFloatOr, getInt, getInt, getInt, getInt, getInt, getIntOr, getIntOr, getIntOr, getIntOr, getIntOr, getLong, getLong, getLong, getLong, getLong, getLongOr, getLongOr, getLongOr, getLongOr, getLongOr, getShort, getShort, getShort, getShort, getShort, getShortOr, getShortOr, getShortOr, getShortOr, getShortOr, getString, getString, getString, getString, getString, getStringOr, getStringOr, getStringOr, getStringOr, getStringOr
-
Methods inherited from interface org.refcodes.struct.InterOperableMap.MutableInterOperableMap
containsValue, insert, insertBetween, insertFrom, insertTo, putBoolean, putBoolean, putBoolean, putBoolean, putBoolean, putByte, putByte, putByte, putByte, putByte, putChar, putChar, putChar, putChar, putChar, putClass, putClass, putClass, putClass, putClass, putDouble, putDouble, putDouble, putDouble, putDouble, putEnum, putEnum, putEnum, putEnum, putEnum, putFloat, putFloat, putFloat, putFloat, putFloat, putInt, putInt, putInt, putInt, putInt, putLong, putLong, putLong, putLong, putLong, putShort, putShort, putShort, putShort, putShort, putString, putString, putString, putString, putString
-
Methods inherited from interface org.refcodes.struct.Keys
containsKey, get, getOr, keySet, use, values
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from interface org.refcodes.struct.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, 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, hasSubDirs, hasSubDirs, hasSubDirs, hasSubDirs, hasValue, hasValue, hasValue, hasValue, hasValue, hasValueAt, hasValueAt, hasValueAt, hasValueAt, hasValueAt, hasValueAt, hasValueAt, hasValueAt, isArray, isArray, isArray, isArray, isArray, isArray, isChild, isChild, isChild, isChild, isDir, isDir, isDir, isDir, isDir, isEqualTo, isIndexDir, isIndexDir, isIndexDir, isIndexDir, isIndexDir, isLeaf, isLeaf, isLeaf, isLeaf, isLeaf, isRootPath, keySet, keySet, keySet, keySet, 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, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, sortedKeys, toDataStructure, toDataStructure, toExternalPath, toInstance, toInstance, toLeaf, toMap, toNormalizedPath, toParentPath, toPath, toPath, toPath, toPath, toPathElements, toPathList, toPathStack, toPropertyPath, toType, toType, toType, toType, toType, toType
-
Methods inherited from interface org.refcodes.struct.PathMap.MutablePathMap
add, add, add, add, add, add, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendDirTo, appendValueTo, appendValueTo, appendValueTo, appendValueTo, appendValueTo, appendValueTo, delete, 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, putValueAt, remove, remove, remove, removeValueAt, removeValueAt, removeValueAt, removeValueAt, removeValueAt, toSourceCode, toSourceCode
-
-
-
-
Method Detail
-
importHref
default void importHref(String aPath) throws org.refcodes.web.HttpStatusException
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPath
- The path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
importHref
default void importHref(Object aPath) throws org.refcodes.web.HttpStatusException
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPath
- The path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
importHref
default void importHref(Object... aPathElements) throws org.refcodes.web.HttpStatusException
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements
- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
importHref
default void importHref(String... aPathElements) throws org.refcodes.web.HttpStatusException
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements
- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
importHref
default void importHref(Collection<?> aPathElements) throws org.refcodes.web.HttpStatusException
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements
- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
importHref
default void importHref(TraversalMode aMode, String aPath) throws org.refcodes.web.HttpStatusException
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode
- The mode for importing the data.aPath
- The path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
importHref
default void importHref(TraversalMode aMode, Object aPath) throws org.refcodes.web.HttpStatusException
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode
- The mode for importing the data.aPath
- The path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
importHref
default void importHref(TraversalMode aMode, Object... aPathElements) throws org.refcodes.web.HttpStatusException
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode
- The mode for importing the data.aPathElements
- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
importHref
default void importHref(TraversalMode aMode, String... aPathElements) throws org.refcodes.web.HttpStatusException
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode
- The mode for importing the data.aPathElements
- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
importHref
default void importHref(TraversalMode aMode, Collection<?> aPathElements) throws org.refcodes.web.HttpStatusException
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode
- The mode for importing the data.aPathElements
- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
importHref
default void importHref(String aPath, org.refcodes.web.FormFields aQueryFields) throws org.refcodes.web.HttpStatusException
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPath
- The path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields
- The query fields to be appended to the requesting URL.- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
importHref
default void importHref(Object aPath, org.refcodes.web.FormFields aQueryFields) throws org.refcodes.web.HttpStatusException
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPath
- The path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields
- The query fields to be appended to the requesting URL.- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
importHref
default void importHref(Object[] aPathElements, org.refcodes.web.FormFields aQueryFields) throws org.refcodes.web.HttpStatusException
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements
- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields
- The query fields to be appended to the requesting URL.- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
importHref
default void importHref(String[] aPathElements, org.refcodes.web.FormFields aQueryFields) throws org.refcodes.web.HttpStatusException
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements
- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields
- The query fields to be appended to the requesting URL.- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
importHref
default void importHref(Collection<?> aPathElements, org.refcodes.web.FormFields aQueryFields) throws org.refcodes.web.HttpStatusException
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements
- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields
- The query fields to be appended to the requesting URL.- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
importHref
default void importHref(TraversalMode aMode, Object aPath, org.refcodes.web.FormFields aQueryFields) throws org.refcodes.web.HttpStatusException
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode
- The mode for importing the data.aPath
- The path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields
- The query fields to be appended to the requesting URL.- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
importHref
default void importHref(TraversalMode aMode, Object[] aPathElements, org.refcodes.web.FormFields aQueryFields) throws org.refcodes.web.HttpStatusException
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode
- The mode for importing the data.aPathElements
- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields
- The query fields to be appended to the requesting URL.- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
importHref
default void importHref(TraversalMode aMode, String[] aPathElements, org.refcodes.web.FormFields aQueryFields) throws org.refcodes.web.HttpStatusException
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode
- The mode for importing the data.aPathElements
- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields
- The query fields to be appended to the requesting URL.- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
importHref
default void importHref(TraversalMode aMode, Collection<?> aPathElements, org.refcodes.web.FormFields aQueryFields) throws org.refcodes.web.HttpStatusException
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode
- The mode for importing the data.aPathElements
- The path elements representing the path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields
- The query fields to be appended to the requesting URL.- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
importHref
default void importHref(TraversalMode aMode, String aPath, org.refcodes.web.FormFields aQueryFields) throws org.refcodes.web.HttpStatusException
Imports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode
- The mode for importing the data.aPath
- The path to the attribute which is to be imported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields
- The query fields to be appended to the requesting URL.- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
default HalData exportHref(String aPath) throws org.refcodes.web.HttpStatusException
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPath
- The path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.- Returns:
- The accordingly loaded data.
- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
default HalData exportHref(Object aPath) throws org.refcodes.web.HttpStatusException
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPath
- The path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.- Returns:
- The accordingly loaded data.
- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
default HalData exportHref(Object... aPathElements) throws org.refcodes.web.HttpStatusException
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements
- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Returns:
- The accordingly loaded data.
- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
default HalData exportHref(String... aPathElements) throws org.refcodes.web.HttpStatusException
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements
- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Returns:
- The accordingly loaded data.
- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
default HalData exportHref(Collection<?> aPathElements) throws org.refcodes.web.HttpStatusException
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements
- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.- Returns:
- The accordingly loaded data.
- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
default HalData exportHref(TraversalMode aMode, String aPath) throws org.refcodes.web.HttpStatusException
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode
- The mode for exporting the data.aPath
- The path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.- Returns:
- The accordingly loaded data.
- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
default HalData exportHref(TraversalMode aMode, Object aPath) throws org.refcodes.web.HttpStatusException
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode
- The mode for exporting the data.aPath
- The path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.- Returns:
- The accordingly loaded data.
- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
default HalData exportHref(TraversalMode aMode, Object... aPathElements) throws org.refcodes.web.HttpStatusException
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode
- The mode for exporting the data.aPathElements
- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.- Returns:
- The accordingly loaded data.
- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
default HalData exportHref(TraversalMode aMode, String... aPathElements) throws org.refcodes.web.HttpStatusException
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode
- The mode for exporting the data.aPathElements
- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.- Returns:
- The accordingly loaded data.
- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
default HalData exportHref(TraversalMode aMode, Collection<?> aPathElements) throws org.refcodes.web.HttpStatusException
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode
- The mode for exporting the data.aPathElements
- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.- Returns:
- The accordingly loaded data.
- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
default HalData exportHref(String aPath, org.refcodes.web.FormFields aQueryFields) throws org.refcodes.web.HttpStatusException
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPath
- The path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.aQueryFields
- The query fields to be appended to the requesting URL.- Returns:
- The accordingly loaded data.
- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
default HalData exportHref(Object aPath, org.refcodes.web.FormFields aQueryFields) throws org.refcodes.web.HttpStatusException
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPath
- The path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.aQueryFields
- The query fields to be appended to the requesting URL.- Returns:
- The accordingly loaded data.
- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
default HalData exportHref(Object[] aPathElements, org.refcodes.web.FormFields aQueryFields) throws org.refcodes.web.HttpStatusException
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements
- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields
- The query fields to be appended to the requesting URL.- Returns:
- The accordingly loaded data.
- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
default HalData exportHref(String[] aPathElements, org.refcodes.web.FormFields aQueryFields) throws org.refcodes.web.HttpStatusException
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements
- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields
- The query fields to be appended to the requesting URL.- Returns:
- The accordingly loaded data.
- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
default HalData exportHref(Collection<?> aPathElements, org.refcodes.web.FormFields aQueryFields) throws org.refcodes.web.HttpStatusException
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aPathElements
- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is inserted at the given path.aQueryFields
- The query fields to be appended to the requesting URL.- Returns:
- The accordingly loaded data.
- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
default HalData exportHref(TraversalMode aMode, String aPath, org.refcodes.web.FormFields aQueryFields) throws org.refcodes.web.HttpStatusException
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode
- The mode for exporting the data.aPath
- The path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.aQueryFields
- The query fields to be appended to the requesting URL.- Returns:
- The accordingly loaded data.
- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
default HalData exportHref(TraversalMode aMode, Object aPath, org.refcodes.web.FormFields aQueryFields) throws org.refcodes.web.HttpStatusException
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode
- The mode for exporting the data.aPath
- The path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.aQueryFields
- The query fields to be appended to the requesting URL.- Returns:
- The accordingly loaded data.
- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
default HalData exportHref(TraversalMode aMode, Object[] aPathElements, org.refcodes.web.FormFields aQueryFields) throws org.refcodes.web.HttpStatusException
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode
- The mode for exporting the data.aPathElements
- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.aQueryFields
- The query fields to be appended to the requesting URL.- Returns:
- The accordingly loaded data.
- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
default HalData exportHref(TraversalMode aMode, String[] aPathElements, org.refcodes.web.FormFields aQueryFields) throws org.refcodes.web.HttpStatusException
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode
- The mode for exporting the data.aPathElements
- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.aQueryFields
- The query fields to be appended to the requesting URL.- Returns:
- The accordingly loaded data.
- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
exportHref
default HalData exportHref(TraversalMode aMode, Collection<?> aPathElements, org.refcodes.web.FormFields aQueryFields) throws org.refcodes.web.HttpStatusException
Exports the data of the HAL-Resource to which value points referenced by the path.- Parameters:
aMode
- The mode for exporting the data.aPathElements
- The path elements representing the path to the attribute which is to be exported. The HREF being pointed to is resolved and the referenced data from the HAL-Resource is is returned.aQueryFields
- The query fields to be appended to the requesting URL.- Returns:
- The accordingly loaded data.
- Throws:
org.refcodes.web.HttpStatusException
- Thrown in case a HTTP response was of an erroneous status.
-
getId
default Long getId()
Extracts the entite's TID from the provided HTTP-Body: We assume a SELF reference and take the last number if the according HREF.- Returns:
- The TID being extracted.
-
getSelfHref
default String getSelfHref()
Extracts the entite's TID from the provided HTTP-Body: We assume a SELF reference and take the last number if the according HREF.- Returns:
- The TID being extracted.
-
getDirAt
default HalData getDirAt(int aIndex)
-
putDirAt
default HalData putDirAt(Collection<?> aPathElements, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
- Throws:
IllegalArgumentException
-
putDirAt
default HalData putDirAt(Collection<?> aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
- Throws:
IllegalArgumentException
-
putDirAt
default HalData putDirAt(int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
- Throws:
IllegalArgumentException
-
putDirAt
default HalData putDirAt(int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
- Throws:
IllegalArgumentException
-
putDirAt
default HalData putDirAt(Object aPath, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
- Throws:
IllegalArgumentException
-
putDirAt
default HalData putDirAt(Object aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
- Throws:
IllegalArgumentException
-
putDirAt
default HalData putDirAt(Object[] aPathElements, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
- Throws:
IllegalArgumentException
-
putDirAt
default HalData putDirAt(Object[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
- Throws:
IllegalArgumentException
-
putDirAt
default HalData putDirAt(String aPath, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
- Throws:
IllegalArgumentException
-
putDirAt
default HalData putDirAt(String aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
- Throws:
IllegalArgumentException
-
putDirAt
default HalData putDirAt(String[] aPathElements, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
- Throws:
IllegalArgumentException
-
putDirAt
default HalData putDirAt(String[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
putDirAt
in interfaceHalMap
- Specified by:
putDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
- Throws:
IllegalArgumentException
-
query
default HalData query(Collection<?> aQueryElements)
-
queryBetween
default HalData queryBetween(Collection<?> aFromPath, Collection<?> aPathQuery, Collection<?> aToPath)
- Specified by:
queryBetween
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
queryBetween
in interfaceHalMap
- Specified by:
queryBetween
in interfaceorg.refcodes.struct.PathMap<String>
-
queryBetween
default HalData queryBetween(Object aFromPath, Object aPathQuery, Object aToPath)
- Specified by:
queryBetween
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
queryBetween
in interfaceHalMap
- Specified by:
queryBetween
in interfaceorg.refcodes.struct.PathMap<String>
-
queryBetween
default HalData queryBetween(Object[] aFromPath, Object[] aPathQuery, Object[] aToPath)
- Specified by:
queryBetween
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
queryBetween
in interfaceHalMap
- Specified by:
queryBetween
in interfaceorg.refcodes.struct.PathMap<String>
-
queryBetween
default HalData queryBetween(String aFromPath, String aPathQuery, String aToPath)
- Specified by:
queryBetween
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
queryBetween
in interfaceHalMap
- Specified by:
queryBetween
in interfaceorg.refcodes.struct.PathMap<String>
-
queryBetween
default HalData queryBetween(String aFromPath, Pattern aRegExp, String aToPath)
- Specified by:
queryBetween
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
queryBetween
in interfaceHalMap
- Specified by:
queryBetween
in interfaceorg.refcodes.struct.PathMap<String>
-
queryBetween
default HalData queryBetween(String[] aFromPath, String[] aPathQuery, String[] aToPath)
- Specified by:
queryBetween
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
queryBetween
in interfaceHalMap
- Specified by:
queryBetween
in interfaceorg.refcodes.struct.PathMap<String>
-
queryFrom
default HalData queryFrom(Collection<?> aPathQuery, Collection<?> aFromPath)
-
queryTo
default HalData queryTo(Collection<?> aPathQuery, String aToPath)
-
removePaths
default HalData removePaths(Collection<?> aPaths)
- Specified by:
removePaths
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
removePaths
in interfaceHalMap
- Specified by:
removePaths
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removePaths
default HalData removePaths(String... aPaths)
- Specified by:
removePaths
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
removePaths
in interfaceHalMap
- Specified by:
removePaths
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeAll
default HalData removeAll(Collection<?> aPathQueryElements)
-
removeDirAt
default HalData removeDirAt(int aIndex)
- Specified by:
removeDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
removeDirAt
in interfaceHalMap
- Specified by:
removeDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeDirAt
default HalData removeDirAt(Object aPath, int aIndex)
- Specified by:
removeDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
removeDirAt
in interfaceHalMap
- Specified by:
removeDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeDirAt
default HalData removeDirAt(Object[] aPathElements, int aIndex)
- Specified by:
removeDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
removeDirAt
in interfaceHalMap
- Specified by:
removeDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeDirAt
default HalData removeDirAt(String aPath, int aIndex)
- Specified by:
removeDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
removeDirAt
in interfaceHalMap
- Specified by:
removeDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeDirAt
default HalData removeDirAt(String[] aPathElements, int aIndex)
- Specified by:
removeDirAt
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
removeDirAt
in interfaceHalMap
- Specified by:
removeDirAt
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeFrom
default HalData removeFrom(Object... aPathElements)
- Specified by:
removeFrom
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
removeFrom
in interfaceHalMap
- Specified by:
removeFrom
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeFrom
default HalData removeFrom(Object aPath)
- Specified by:
removeFrom
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
removeFrom
in interfaceHalMap
- Specified by:
removeFrom
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeFrom
default HalData removeFrom(String aPath)
- Specified by:
removeFrom
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
removeFrom
in interfaceHalMap
- Specified by:
removeFrom
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
removeFrom
default HalData removeFrom(String... aPathElements)
- Specified by:
removeFrom
in interfaceorg.refcodes.struct.CanonicalMap.MutableCanonicalMap
- Specified by:
removeFrom
in interfaceHalMap
- Specified by:
removeFrom
in interfaceorg.refcodes.struct.PathMap.MutablePathMap<String>
-
retrieveBetween
default HalData retrieveBetween(Collection<?> aFromPath, Collection<?> aToPath)
- Specified by:
retrieveBetween
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveBetween
in interfaceHalMap
- Specified by:
retrieveBetween
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveBetween
default HalData retrieveBetween(Object aFromPath, Object aToPath)
- Specified by:
retrieveBetween
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveBetween
in interfaceHalMap
- Specified by:
retrieveBetween
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveBetween
default HalData retrieveBetween(Object[] aFromPath, Object[] aToPath)
- Specified by:
retrieveBetween
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveBetween
in interfaceHalMap
- Specified by:
retrieveBetween
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveBetween
HalData retrieveBetween(String aFromPath, String aToPath)
- Specified by:
retrieveBetween
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveBetween
in interfaceHalMap
- Specified by:
retrieveBetween
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveBetween
default HalData retrieveBetween(String[] aFromPath, String[] aToPath)
- Specified by:
retrieveBetween
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveBetween
in interfaceHalMap
- Specified by:
retrieveBetween
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveFrom
default HalData retrieveFrom(Collection<?> aPathElements)
- Specified by:
retrieveFrom
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveFrom
in interfaceHalMap
- Specified by:
retrieveFrom
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveFrom
default HalData retrieveFrom(Object aParentPath)
- Specified by:
retrieveFrom
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveFrom
in interfaceHalMap
- Specified by:
retrieveFrom
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveFrom
default HalData retrieveFrom(Object... aPathElements)
- Specified by:
retrieveFrom
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveFrom
in interfaceHalMap
- Specified by:
retrieveFrom
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveFrom
HalData retrieveFrom(String aFromPath)
- Specified by:
retrieveFrom
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveFrom
in interfaceHalMap
- Specified by:
retrieveFrom
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveFrom
default HalData retrieveFrom(String... aPathElements)
- Specified by:
retrieveFrom
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveFrom
in interfaceHalMap
- Specified by:
retrieveFrom
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveTo
default HalData retrieveTo(Collection<?> aToPathElements)
- Specified by:
retrieveTo
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveTo
in interfaceHalMap
- Specified by:
retrieveTo
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveTo
default HalData retrieveTo(Object aToPath)
- Specified by:
retrieveTo
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveTo
in interfaceHalMap
- Specified by:
retrieveTo
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveTo
default HalData retrieveTo(Object... aToPathElements)
- Specified by:
retrieveTo
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveTo
in interfaceHalMap
- Specified by:
retrieveTo
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveTo
HalData retrieveTo(String aToPath)
- Specified by:
retrieveTo
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveTo
in interfaceHalMap
- Specified by:
retrieveTo
in interfaceorg.refcodes.struct.PathMap<String>
-
retrieveTo
default HalData retrieveTo(String... aToPathElements)
- Specified by:
retrieveTo
in interfaceorg.refcodes.struct.CanonicalMap
- Specified by:
retrieveTo
in interfaceHalMap
- Specified by:
retrieveTo
in interfaceorg.refcodes.struct.PathMap<String>
-
withPut
default HalData withPut(Collection<?> aPathElements, String aValue)
- Specified by:
withPut
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPut
in interfaceHalMap
- Specified by:
withPut
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPut
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withPut
default HalData withPut(Object[] aPathElements, String aValue) throws NumberFormatException
- Specified by:
withPut
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPut
in interfaceHalMap
- Specified by:
withPut
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPut
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Throws:
NumberFormatException
-
withPut
default HalData withPut(org.refcodes.struct.Relation<String,String> aProperty)
- Specified by:
withPut
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPut
in interfaceorg.refcodes.struct.Dictionary.MutableDictionary.DictionaryBuilder<String,String,org.refcodes.struct.PathMap.PathMapBuilder<String>>
- Specified by:
withPut
in interfaceHalMap
- Specified by:
withPut
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPut
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withPut
default HalData withPut(String aKey, String aValue)
- Specified by:
withPut
in interfaceorg.refcodes.struct.Dictionary.MutableDictionary.DictionaryBuilder<String,String,org.refcodes.struct.PathMap.PathMapBuilder<String>>
- Specified by:
withPut
in interfaceHalMap
- Specified by:
withPut
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPut
default HalData withPut(org.refcodes.struct.Property aProperty)
-
withPut
default HalData withPut(String[] aKey, String aValue)
- Specified by:
withPut
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPut
in interfaceHalMap
- Specified by:
withPut
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPut
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withPutBoolean
default HalData withPutBoolean(Collection<?> aPathElements, Boolean aValue)
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutBoolean
in interfaceHalMap
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutBoolean
default HalData withPutBoolean(Object aKey, Boolean aValue)
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutBoolean
in interfaceHalMap
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutBoolean
default HalData withPutBoolean(Object[] aPathElements, Boolean aValue)
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutBoolean
in interfaceHalMap
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutBoolean
default HalData withPutBoolean(String aKey, Boolean aValue)
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutBoolean
in interfaceHalMap
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutBoolean
default HalData withPutBoolean(String[] aPathElements, Boolean aValue)
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutBoolean
in interfaceHalMap
- Specified by:
withPutBoolean
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutByte
default HalData withPutByte(Collection<?> aPathElements, Byte aValue)
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutByte
in interfaceHalMap
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutByte
default HalData withPutByte(Object aKey, Byte aValue)
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutByte
in interfaceHalMap
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutByte
default HalData withPutByte(Object[] aPathElements, Byte aValue)
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutByte
in interfaceHalMap
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutByte
default HalData withPutByte(String aKey, Byte aValue)
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutByte
in interfaceHalMap
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutByte
default HalData withPutByte(String[] aPathElements, Byte aValue)
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutByte
in interfaceHalMap
- Specified by:
withPutByte
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutChar
default HalData withPutChar(Collection<?> aPathElements, Character aValue)
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutChar
in interfaceHalMap
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutChar
default HalData withPutChar(Object aKey, Character aValue)
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutChar
in interfaceHalMap
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutChar
default HalData withPutChar(Object[] aPathElements, Character aValue)
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutChar
in interfaceHalMap
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutChar
default HalData withPutChar(String aKey, Character aValue)
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutChar
in interfaceHalMap
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutChar
default HalData withPutChar(String[] aPathElements, Character aValue)
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutChar
in interfaceHalMap
- Specified by:
withPutChar
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutClass
default <C> HalData withPutClass(Collection<?> aPathElements, Class<C> aValue)
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutClass
in interfaceHalMap
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutClass
default <C> HalData withPutClass(Object aKey, Class<C> aValue)
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutClass
in interfaceHalMap
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutClass
default <C> HalData withPutClass(Object[] aPathElements, Class<C> aValue)
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutClass
in interfaceHalMap
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutClass
default <C> HalData withPutClass(String aKey, Class<C> aValue)
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutClass
in interfaceHalMap
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutClass
default <C> HalData withPutClass(String[] aPathElements, Class<C> aValue)
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutClass
in interfaceHalMap
- Specified by:
withPutClass
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutDouble
default HalData withPutDouble(Collection<?> aPathElements, Double aValue)
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDouble
in interfaceHalMap
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutDouble
default HalData withPutDouble(Object aKey, Double aValue)
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDouble
in interfaceHalMap
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutDouble
default HalData withPutDouble(Object[] aPathElements, Double aValue)
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDouble
in interfaceHalMap
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutDouble
default HalData withPutDouble(String aKey, Double aValue)
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDouble
in interfaceHalMap
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutDouble
default HalData withPutDouble(String[] aPathElements, Double aValue)
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDouble
in interfaceHalMap
- Specified by:
withPutDouble
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutEnum
default <E extends Enum<E>> HalData withPutEnum(Collection<?> aPathElements, E aValue)
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutEnum
in interfaceHalMap
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutEnum
default <E extends Enum<E>> HalData withPutEnum(Object aKey, E aValue)
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutEnum
in interfaceHalMap
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutEnum
default <E extends Enum<E>> HalData withPutEnum(Object[] aPathElements, E aValue)
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutEnum
in interfaceHalMap
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutEnum
default <E extends Enum<E>> HalData withPutEnum(String aKey, E aValue)
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutEnum
in interfaceHalMap
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutEnum
default <E extends Enum<E>> HalData withPutEnum(String[] aPathElements, E aValue)
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutEnum
in interfaceHalMap
- Specified by:
withPutEnum
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutFloat
default HalData withPutFloat(Collection<?> aPathElements, Float aValue)
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutFloat
in interfaceHalMap
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutFloat
default HalData withPutFloat(Object aKey, Float aValue)
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutFloat
in interfaceHalMap
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutFloat
default HalData withPutFloat(Object[] aPathElements, Float aValue)
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutFloat
in interfaceHalMap
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutFloat
default HalData withPutFloat(String aKey, Float aValue)
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutFloat
in interfaceHalMap
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutFloat
default HalData withPutFloat(String[] aPathElements, Float aValue)
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutFloat
in interfaceHalMap
- Specified by:
withPutFloat
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutInt
default HalData withPutInt(Collection<?> aPathElements, Integer aValue)
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutInt
in interfaceHalMap
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutInt
default HalData withPutInt(Object aKey, Integer aValue)
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutInt
in interfaceHalMap
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutInt
default HalData withPutInt(Object[] aPathElements, Integer aValue)
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutInt
in interfaceHalMap
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutInt
default HalData withPutInt(String aKey, Integer aValue)
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutInt
in interfaceHalMap
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutInt
default HalData withPutInt(String[] aPathElements, Integer aValue)
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutInt
in interfaceHalMap
- Specified by:
withPutInt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutLong
default HalData withPutLong(Collection<?> aPathElements, Long aValue)
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutLong
in interfaceHalMap
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutLong
default HalData withPutLong(Object aKey, Long aValue)
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutLong
in interfaceHalMap
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutLong
default HalData withPutLong(Object[] aPathElements, Long aValue)
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutLong
in interfaceHalMap
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutLong
default HalData withPutLong(String aKey, Long aValue)
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutLong
in interfaceHalMap
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutLong
default HalData withPutLong(String[] aPathElements, Long aValue)
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutLong
in interfaceHalMap
- Specified by:
withPutLong
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutShort
default HalData withPutShort(Collection<?> aPathElements, Short aValue)
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutShort
in interfaceHalMap
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutShort
default HalData withPutShort(Object aKey, Short aValue)
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutShort
in interfaceHalMap
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutShort
default HalData withPutShort(Object[] aPathElements, Short aValue)
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutShort
in interfaceHalMap
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutShort
default HalData withPutShort(String aKey, Short aValue)
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutShort
in interfaceHalMap
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutShort
default HalData withPutShort(String[] aPathElements, Short aValue)
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutShort
in interfaceHalMap
- Specified by:
withPutShort
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutString
default HalData withPutString(Collection<?> aPathElements, String aValue)
- Specified by:
withPutString
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutString
in interfaceHalMap
- Specified by:
withPutString
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutString
default HalData withPutString(Object aKey, String aValue)
- Specified by:
withPutString
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutString
in interfaceHalMap
- Specified by:
withPutString
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutString
default HalData withPutString(Object[] aPathElements, String aValue)
- Specified by:
withPutString
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutString
in interfaceHalMap
- Specified by:
withPutString
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutString
default HalData withPutString(String aKey, String aValue)
- Specified by:
withPutString
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutString
in interfaceHalMap
- Specified by:
withPutString
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withPutString
default HalData withPutString(String[] aPathElements, String aValue)
- Specified by:
withPutString
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutString
in interfaceHalMap
- Specified by:
withPutString
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
-
withInsert
default HalData withInsert(Object aObj)
- Specified by:
withInsert
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsert
in interfaceHalMap
- Specified by:
withInsert
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsert
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsert
default HalData withInsert(org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withInsert
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsert
in interfaceHalMap
- Specified by:
withInsert
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsert
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalData withInsertBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements)
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceHalMap
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalData withInsertBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceHalMap
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalData withInsertBetween(Object aToPath, Object aFrom, Object aFromPath)
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceHalMap
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalData withInsertBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceHalMap
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalData withInsertBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements)
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceHalMap
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalData withInsertBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements)
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceHalMap
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalData withInsertBetween(String aToPath, Object aFrom, String aFromPath)
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceHalMap
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalData withInsertBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath)
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceHalMap
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalData withInsertBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements)
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceHalMap
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertBetween
default HalData withInsertBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements)
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertBetween
in interfaceHalMap
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalData withInsertFrom(Object aFrom, Collection<?> aFromPathElements)
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceHalMap
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalData withInsertFrom(Object aFrom, Object aFromPath)
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceHalMap
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalData withInsertFrom(Object aFrom, Object... aFromPathElements)
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceHalMap
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalData withInsertFrom(Object aFrom, String aFromPath)
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceHalMap
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalData withInsertFrom(Object aFrom, String... aFromPathElements)
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceHalMap
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalData withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceHalMap
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalData withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceHalMap
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalData withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements)
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceHalMap
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalData withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath)
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceHalMap
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertFrom
default HalData withInsertFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements)
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertFrom
in interfaceHalMap
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalData withInsertTo(Collection<?> aToPathElements, Object aFrom)
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceHalMap
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalData withInsertTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceHalMap
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalData withInsertTo(Object aToPath, Object aFrom)
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceHalMap
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalData withInsertTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceHalMap
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalData withInsertTo(Object[] aToPathElements, Object aFrom)
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceHalMap
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalData withInsertTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceHalMap
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalData withInsertTo(String aToPath, Object aFrom)
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceHalMap
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalData withInsertTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceHalMap
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalData withInsertTo(String[] aToPathElements, Object aFrom)
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceHalMap
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withInsertTo
default HalData withInsertTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withInsertTo
in interfaceHalMap
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withInsertTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMerge
default HalData withMerge(Object aObj)
- Specified by:
withMerge
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMerge
in interfaceHalMap
- Specified by:
withMerge
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMerge
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMerge
default HalData withMerge(org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withMerge
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMerge
in interfaceHalMap
- Specified by:
withMerge
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMerge
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalData withMergeBetween(Collection<?> aToPathElements, Object aFrom, Collection<?> aFromPathElements)
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceHalMap
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalData withMergeBetween(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceHalMap
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalData withMergeBetween(Object aToPath, Object aFrom, Object aFromPath)
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceHalMap
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalData withMergeBetween(Object aToPath, org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceHalMap
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalData withMergeBetween(Object[] aToPathElements, Object aFrom, Object[] aFromPathElements)
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceHalMap
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalData withMergeBetween(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, Object[] aFromPathElements)
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceHalMap
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalData withMergeBetween(String aToPath, Object aFrom, String aFromPath)
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceHalMap
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalData withMergeBetween(String aToPath, org.refcodes.struct.PathMap<String> aFrom, String aFromPath)
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceHalMap
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalData withMergeBetween(String[] aToPathElements, Object aFrom, String[] aFromPathElements)
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceHalMap
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeBetween
default HalData withMergeBetween(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom, String[] aFromPathElements)
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeBetween
in interfaceHalMap
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeBetween
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalData withMergeFrom(Object aFrom, Collection<?> aFromPathElements)
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceHalMap
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalData withMergeFrom(Object aFrom, Object aFromPath)
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceHalMap
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalData withMergeFrom(Object aFrom, Object... aFromPathElements)
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceHalMap
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalData withMergeFrom(Object aFrom, String aFromPath)
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceHalMap
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalData withMergeFrom(Object aFrom, String... aFromPathElements)
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceHalMap
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalData withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Collection<?> aFromPathElements)
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceHalMap
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalData withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object aFromPath)
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceHalMap
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalData withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, Object... aFromPathElements)
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceHalMap
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalData withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String aFromPath)
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceHalMap
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeFrom
default HalData withMergeFrom(org.refcodes.struct.PathMap<String> aFrom, String... aFromPathElements)
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeFrom
in interfaceHalMap
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalData withMergeTo(Collection<?> aToPathElements, Object aFrom)
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceHalMap
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalData withMergeTo(Collection<?> aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceHalMap
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalData withMergeTo(Object aToPath, Object aFrom)
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceHalMap
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalData withMergeTo(Object aToPath, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceHalMap
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalData withMergeTo(Object[] aToPathElements, Object aFrom)
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceHalMap
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalData withMergeTo(Object[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceHalMap
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalData withMergeTo(String aToPath, Object aFrom)
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceHalMap
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalData withMergeTo(String aToPath, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceHalMap
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalData withMergeTo(String[] aToPathElements, Object aFrom)
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceHalMap
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withMergeTo
default HalData withMergeTo(String[] aToPathElements, org.refcodes.struct.PathMap<String> aFrom)
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withMergeTo
in interfaceHalMap
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withMergeTo
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withPutDirAt
default HalData withPutDirAt(Collection<?> aPathElements, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Throws:
IllegalArgumentException
-
withPutDirAt
default HalData withPutDirAt(Collection<?> aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Throws:
IllegalArgumentException
-
withPutDirAt
default HalData withPutDirAt(int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Throws:
IllegalArgumentException
-
withPutDirAt
default HalData withPutDirAt(int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Throws:
IllegalArgumentException
-
withPutDirAt
default HalData withPutDirAt(Object aPath, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Throws:
IllegalArgumentException
-
withPutDirAt
default HalData withPutDirAt(Object aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Throws:
IllegalArgumentException
-
withPutDirAt
default HalData withPutDirAt(Object[] aPathElements, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Throws:
IllegalArgumentException
-
withPutDirAt
default HalData withPutDirAt(Object[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Throws:
IllegalArgumentException
-
withPutDirAt
default HalData withPutDirAt(String aPath, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Throws:
IllegalArgumentException
-
withPutDirAt
default HalData withPutDirAt(String aPath, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Throws:
IllegalArgumentException
-
withPutDirAt
default HalData withPutDirAt(String[] aPathElements, int aIndex, Object aDir) throws IllegalArgumentException
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Throws:
IllegalArgumentException
-
withPutDirAt
default HalData withPutDirAt(String[] aPathElements, int aIndex, org.refcodes.struct.PathMap<String> aDir) throws IllegalArgumentException
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withPutDirAt
in interfaceHalMap
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withPutDirAt
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
- Throws:
IllegalArgumentException
-
withRemoveFrom
default HalData withRemoveFrom(Collection<?> aPathElements)
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withRemoveFrom
in interfaceHalMap
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withRemoveFrom
default HalData withRemoveFrom(Object aPath)
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withRemoveFrom
in interfaceHalMap
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withRemoveFrom
default HalData withRemoveFrom(Object... aPathElements)
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withRemoveFrom
in interfaceHalMap
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withRemoveFrom
default HalData withRemoveFrom(String aPath)
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withRemoveFrom
in interfaceHalMap
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withRemoveFrom
default HalData withRemoveFrom(String... aPathElements)
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withRemoveFrom
in interfaceHalMap
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.InterOperableMap.InterOperableMapBuilder<String>
- Specified by:
withRemoveFrom
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
withRemovePaths
default HalData withRemovePaths(String... aPathElements)
- Specified by:
withRemovePaths
in interfaceorg.refcodes.struct.CanonicalMap.CanonicalMapBuilder
- Specified by:
withRemovePaths
in interfaceHalMap
- Specified by:
withRemovePaths
in interfaceorg.refcodes.struct.PathMap.PathMapBuilder<String>
-
-