Package de.gematik.rbellogger.data.facet
Class RbelListFacet
- java.lang.Object
-
- de.gematik.rbellogger.data.facet.RbelListFacet
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRbelListFacet.RbelListFacetBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RbelListFacet.RbelListFacetBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)RbelMultiMapgetChildElements()Child elements for this facet.List<RbelElement>getChildNodes()inthashCode()RbelListFacet.RbelListFacetBuildertoBuilder()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
-
-
-
-
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 RbelListFacet.RbelListFacetBuilder builder()
-
toBuilder
public RbelListFacet.RbelListFacetBuilder toBuilder()
-
getChildNodes
public List<RbelElement> getChildNodes()
-
canEqual
protected boolean canEqual(Object other)
-
-