Package io.atlasmap.java.service
Class JavaService
java.lang.Object
io.atlasmap.java.service.JavaService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidconfigureInspectionService(ClassInspectionService classInspectionService, ClassInspectionRequest request) protected <T> TfromJson(InputStream value, Class<T> clazz) javax.ws.rs.core.ResponseinspectClass(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)
-