Package de.gematik.rbellogger.data.facet
Class RbelValueFacet<T>
- java.lang.Object
-
- de.gematik.rbellogger.data.facet.RbelValueFacet<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRbelValueFacet.RbelValueFacetBuilder<T>
-
Constructor Summary
Constructors Constructor Description RbelValueFacet(T value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> RbelValueFacet.RbelValueFacetBuilder<T>builder()protected booleancanEqual(Object other)booleanequals(Object o)RbelMultiMapgetChildElements()Child elements for this facet.TgetValue()inthashCode()RbelValueFacet.RbelValueFacetBuilder<T>toBuilder()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
-
RbelValueFacet
@ConstructorProperties("value") public RbelValueFacet(T value)
-
-
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 <T> RbelValueFacet.RbelValueFacetBuilder<T> builder()
-
toBuilder
public RbelValueFacet.RbelValueFacetBuilder<T> toBuilder()
-
getValue
public T getValue()
-
canEqual
protected boolean canEqual(Object other)
-
-