I need to be able to encode and decode a polymorphic enum of which there are 5 
concrete implementations.


My issue is that:


AvroSchema class does not allow access to the org.apache.avro.Schema schema 
which is necessary to create unions.


JSONSchema class does not allow access to 
com.fasterxml.jackson.databind.ObjectMapper objectMapper which provides the 
fine grain control of encoding/decoding of objects.


Does anyone have an suggestions as to how I can proceed?

Lowell


Reply via email to