Package io.micronaut.pulsar.schemas.json
package io.micronaut.pulsar.schemas.json
JSON data type processor for Pulsar.
- Since:
- 1.0
- Author:
- Haris Secic
-
ClassDescriptionJsonReader<T>JSON Schema Reader to allow using
JsonMapper
from Micronaut instead of shaded one in Pulsar library.JsonSchema<T>JSON Schema to allow usingJsonMapper
from Micronaut instead of shaded one in Pulsar library.JSON schema resolver.JsonWriter<T>JSON Schema Writer to allow usingJsonMapper
from Micronaut instead of shaded one in Pulsar library.