Module http.client.ext
Package io.github.nstdio.http.ext.spi
-
Interface Summary Interface Description CompressionFactory The strategy to create on-the-fly decompressingInputStream.JsonMapping The simple strategy for binding JSON to Java objects.JsonMappingProvider The SPI to for JsonMapping. -
Class Summary Class Description Classpath GsonJsonMapping IdentityCompressionFactory JacksonJsonMapping JdkCompressionFactory OptionalBrotliCompressionFactory -
Exception Summary Exception Description JsonMappingProviderNotFoundException Thrown to indicate that requestedJsonMappingProvideris not found.