Uses of Class
de.gematik.rbellogger.converter.RbelConfiguration
-
Packages that use RbelConfiguration Package Description de.gematik.rbellogger de.gematik.rbellogger.converter -
-
Uses of RbelConfiguration in de.gematik.rbellogger
Methods in de.gematik.rbellogger with parameters of type RbelConfiguration Modifier and Type Method Description static RbelLoggerRbelLogger. build(RbelConfiguration configuration) -
Uses of RbelConfiguration in de.gematik.rbellogger.converter
Methods in de.gematik.rbellogger.converter that return RbelConfiguration Modifier and Type Method Description RbelConfigurationRbelConfiguration. addCapturer(RbelCapturer capturer)RbelConfigurationRbelConfiguration. addInitializer(java.util.function.Consumer<RbelConverter> initializer)RbelConfigurationRbelConfiguration. addKey(java.lang.String keyId, java.security.Key key, int precedence)<T extends RbelElement>
RbelConfigurationRbelConfiguration. addPostConversionListener(java.lang.Class<T> clazz, java.util.function.BiConsumer<T,RbelConverter> consumer)<T extends RbelElement>
RbelConfigurationRbelConfiguration. addPreConversionMapper(java.lang.Class<T> clazz, java.util.function.BiFunction<T,RbelConverter,RbelElement> mapper)
-