Uses of Class
de.gematik.rbellogger.configuration.RbelConfiguration
Packages that use RbelConfiguration
-
Uses of RbelConfiguration in de.gematik.rbellogger
Methods in de.gematik.rbellogger with parameters of type RbelConfigurationModifier and TypeMethodDescriptionstatic RbelLoggerRbelLogger.build(RbelConfiguration configuration) -
Uses of RbelConfiguration in de.gematik.rbellogger.configuration
Methods in de.gematik.rbellogger.configuration that return RbelConfigurationModifier and TypeMethodDescriptionRbelConfiguration.addAdditionalConverter(RbelConverterPlugin converter) RbelConfiguration.addCapturer(RbelCapturer capturer) RbelConfiguration.addInitializer(Consumer<RbelConverter> initializer) RbelConfiguration.addPostConversionListener(RbelConverterPlugin listener) <T extends RbelElement>
RbelConfigurationRbelConfiguration.addPreConversionMapper(Class<T> clazz, BiFunction<T, RbelConverter, RbelElement> mapper) RbelConfiguration.RbelConfigurationBuilder.build()RbelConfiguration.setActivateAsn1Parsing(boolean activateAsn1Parsing)