Package io.atlasmap.java.service
Class JavaService
java.lang.Object
io.atlasmap.java.service.JavaService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
configureInspectionService
(ClassInspectionService classInspectionService, ClassInspectionRequest request) protected <T> T
fromJson
(InputStream value, Class<T> clazz) javax.ws.rs.core.Response
inspectClass
(InputStream requestIn) simpleHelloWorld
(String from) protected byte[]
-
Constructor Details
-
JavaService
public JavaService()
-
-
Method Details
-
toJson
-
fromJson
-
simpleHelloWorld
-
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)
-