Class DoesNothingModifier

java.lang.Object
de.gematik.rbellogger.data.decorator.DoesNothingModifier
All Implemented Interfaces:
MessageMetadataModifier

public class DoesNothingModifier extends Object implements MessageMetadataModifier
A Modifier that does nothing. Useful when a certain modification should not be active based on the configuration and we avoid having to check all the time for the configured value.