Package de.gematik.rbellogger.data.facet
Class RbelRootFacet<T extends RbelFacet>
- java.lang.Object
-
- de.gematik.rbellogger.data.facet.RbelRootFacet<T>
-
-
Constructor Summary
Constructors Constructor Description RbelRootFacet(T rootFacet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.util.List<java.util.Map.Entry<java.lang.String,RbelElement>>getChildElements()TgetRootFacet()inthashCode()
-
-
-
Constructor Detail
-
RbelRootFacet
@ConstructorProperties("rootFacet") public RbelRootFacet(T rootFacet)
-
-
Method Detail
-
getChildElements
public java.util.List<java.util.Map.Entry<java.lang.String,RbelElement>> getChildElements()
- Specified by:
getChildElementsin interfaceRbelFacet
-
getRootFacet
public T getRootFacet()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-