Class JavaService

java.lang.Object
io.atlasmap.java.service.JavaService

@Path("/java/") public class JavaService extends Object
  • Constructor Details

    • JavaService

      public JavaService()
  • Method Details

    • toJson

      protected byte[] toJson(Object value)
    • fromJson

      protected <T> T fromJson(InputStream value, Class<T> clazz)
    • simpleHelloWorld

      @GET @Path("/simple") @Produces("text/plain") public String simpleHelloWorld(@QueryParam("from") String from)
    • inspectClass

      @POST @Path("/class") @Consumes("application/json") @Produces("application/json") public javax.ws.rs.core.Response inspectClass(InputStream requestIn)
    • configureInspectionService

      protected void configureInspectionService(ClassInspectionService classInspectionService, ClassInspectionRequest request)