Uses of Interface
io.quarkiverse.loggingjson.JsonFactory
-
Packages that use JsonFactory Package Description io.quarkiverse.loggingjson io.quarkiverse.loggingjson.jackson io.quarkiverse.loggingjson.jsonb -
-
Uses of JsonFactory in io.quarkiverse.loggingjson
Methods in io.quarkiverse.loggingjson with parameters of type JsonFactory Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<Optional<Formatter>>LoggingJsonRecorder. initializeConsoleJsonLogging(Config config, JsonFactory jsonFactory)io.quarkus.runtime.RuntimeValue<Optional<Formatter>>LoggingJsonRecorder. initializeFileJsonLogging(Config config, JsonFactory jsonFactory)io.quarkus.runtime.RuntimeValue<Optional<Formatter>>LoggingJsonRecorder. initializeJsonLogging(ConfigFormatter formatter, Config config, JsonFactory jsonFactory)Constructors in io.quarkiverse.loggingjson with parameters of type JsonFactory Constructor Description JsonFormatter(List<JsonProvider> providers, JsonFactory jsonFactory, Config config) -
Uses of JsonFactory in io.quarkiverse.loggingjson.jackson
Classes in io.quarkiverse.loggingjson.jackson that implement JsonFactory Modifier and Type Class Description classJacksonJsonFactory -
Uses of JsonFactory in io.quarkiverse.loggingjson.jsonb
Classes in io.quarkiverse.loggingjson.jsonb that implement JsonFactory Modifier and Type Class Description classJsonbJsonFactory
-