Uses of Interface
io.vertx.core.spi.JsonFactory
Packages that use JsonFactory
-
Uses of JsonFactory in io.vertx.core.json
Methods in io.vertx.core.json that return JsonFactoryModifier and TypeMethodDescriptionstatic JsonFactoryJson.load()Load the factory with theServiceLoader, when no factory is found then a factory using Jackson will be returned. -
Uses of JsonFactory in io.vertx.core.json.jackson
Classes in io.vertx.core.json.jackson that implement JsonFactory -
Uses of JsonFactory in io.vertx.core.spi
Methods in io.vertx.core.spi that return JsonFactoryModifier and TypeMethodDescriptionstatic JsonFactoryJsonFactory.load()Load the JSON factory with theServiceLoaderAn attempt is made to load a factory using the service loaderMETA-INF/servicesJsonFactory. Factories are sorted If not factory is resolved (which is usually the default case),JacksonFactory.INSTANCEis used.