Uses of Class
de.gematik.rbellogger.configuration.RbelConfiguration
-
Packages that use RbelConfiguration Package Description de.gematik.rbellogger de.gematik.rbellogger.configuration -
-
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.configuration
Methods in de.gematik.rbellogger.configuration 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)RbelConfigurationRbelConfiguration. addPostConversionListener(RbelConverterPlugin listener)<T extends RbelElement>
RbelConfigurationRbelConfiguration. addPreConversionMapper(java.lang.Class<T> clazz, java.util.function.BiFunction<T,RbelConverter,RbelElement> mapper)RbelConfigurationRbelConfiguration. setActivateAsn1Parsing(boolean activateAsn1Parsing)RbelConfigurationRbelConfiguration. withFileSaveInfo(RbelFileSaveInfo fileSaveInfo)
-