Package de.gematik.rbellogger.converter
Class RbelCborConverter
java.lang.Object
de.gematik.rbellogger.converter.AbstractJacksonConverter<RbelCborFacet>
de.gematik.rbellogger.converter.RbelCborConverter
- All Implemented Interfaces:
RbelConverterPlugin
Converter for CBOR(Concise Binary Object Representation) format.
This class utilizes the Jackson library for CBOR serialization and deserialization.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.gematik.rbellogger.converter.AbstractJacksonConverter
consumeElementMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.gematik.rbellogger.converter.RbelConverterPlugin
ignoreOversize
-
Constructor Details
-
RbelCborConverter
public RbelCborConverter()
-