Class SchemaEndPoint

All Implemented Interfaces:
Resource, Adaptable

public class SchemaEndPoint extends DefaultObject
  • Constructor Details

    • SchemaEndPoint

      public SchemaEndPoint()
  • Method Details

    • getAll

      @GET public Schemas getAll()
    • getSchema

      @GET @Path("{name}") public Schema getSchema(@PathParam("name") String name)