Package de.gematik.rbellogger.data.facet
Class RbelMapFacet
- java.lang.Object
-
- de.gematik.rbellogger.data.facet.RbelMapFacet
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRbelMapFacet.RbelMapFacetBuilder
-
Constructor Summary
Constructors Constructor Description RbelMapFacet(RbelMultiMap childNodes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RbelMapFacet.RbelMapFacetBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)RbelMultiMapgetChildElements()Child elements for this facet.RbelMultiMapgetChildNodes()inthashCode()RbelMapFacet.RbelMapFacetBuildertoBuilder()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.gematik.rbellogger.data.facet.RbelFacet
shouldExpectReplyMessage
-
-
-
-
Constructor Detail
-
RbelMapFacet
@ConstructorProperties("childNodes") public RbelMapFacet(RbelMultiMap childNodes)
-
-
Method Detail
-
getChildElements
public RbelMultiMap 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)
-
builder
public static RbelMapFacet.RbelMapFacetBuilder builder()
-
toBuilder
public RbelMapFacet.RbelMapFacetBuilder toBuilder()
-
getChildNodes
public RbelMultiMap getChildNodes()
-
canEqual
protected boolean canEqual(Object other)
-
-