Class AvroGenerationService


  • @Deprecated
    @Path("pure/v1/schemaGeneration")
    @Produces("application/json")
    public class AvroGenerationService
    extends Object
    Deprecated.
    • Constructor Detail

      • AvroGenerationService

        public AvroGenerationService​(ModelManager modelManager)
        Deprecated.
    • Method Detail

      • generateAvro

        @Deprecated
        @POST
        @Path("avro")
        @Consumes({"application/json","application/zlib"})
        public javax.ws.rs.core.Response generateAvro​(AvroGenerationInput generateAvroInput,
                                                      @Pac4JProfileManager
                                                      org.pac4j.core.profile.ProfileManager<org.pac4j.core.profile.CommonProfile> pm)
        Deprecated.