Package de.gematik.rbellogger.data.facet
Class RbelHttpHeaderFacet
java.lang.Object
de.gematik.rbellogger.data.facet.RbelHttpHeaderFacet
- All Implemented Interfaces:
RbelFacet,Map<String,RbelElement>
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entries()entrySet()Deprecated, for removal: This API element is subject to removal in a future version.Child elements for this facet.booleanhasValueMatching(String headerKey, String prefix) booleanisEmpty()keySet()put(String key, RbelElement value) voidputAll(Map<? extends String, ? extends RbelElement> m) intsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllMethods inherited from interface de.gematik.rbellogger.data.facet.RbelFacet
shouldExpectReplyMessage
-
Constructor Details
-
RbelHttpHeaderFacet
public RbelHttpHeaderFacet() -
RbelHttpHeaderFacet
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceMap<String,RbelElement>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceMap<String,RbelElement>
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,RbelElement>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,RbelElement>
-
get
- Specified by:
getin interfaceMap<String,RbelElement>
-
put
- Specified by:
putin interfaceMap<String,RbelElement>
-
remove
- Specified by:
removein interfaceMap<String,RbelElement>
-
putAll
- Specified by:
putAllin interfaceMap<String,RbelElement>
-
clear
public void clear()- Specified by:
clearin interfaceMap<String,RbelElement>
-
keySet
- Specified by:
keySetin interfaceMap<String,RbelElement>
-
values
- Specified by:
valuesin interfaceMap<String,RbelElement>
-
entrySet
Deprecated, for removal: This API element is subject to removal in a future version.not supported: will lose order. Use .entries() instead- Specified by:
entrySetin interfaceMap<String,RbelElement>
-
entries
-
getChildElements
Description copied from interface:RbelFacetChild elements for this facet. The content of the child elements should always be directly or indirectly be taken from the parent element of this facet (e.g. decrypted data is acceptable).- Specified by:
getChildElementsin interfaceRbelFacet- Returns:
- A map containing all child elements along with their name (key)
-
getCaseInsensitiveMatches
-
hasValueMatching
-