Package org.camunda.feel.playground.api
Class FeelEvaluationController
java.lang.Object
org.camunda.feel.playground.api.FeelEvaluationController
@RestController
@RequestMapping("/api/v1")
@CrossOrigin
public class FeelEvaluationController
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionFeelEvaluationController(FeelEvaluationService evaluationService, TrackingService trackingService) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<FeelEvaluationResponse>evaluate(FeelEvaluationRequest request) org.springframework.http.ResponseEntity<FeelEvaluationResponse>
-
Constructor Details
-
FeelEvaluationController
public FeelEvaluationController(FeelEvaluationService evaluationService, TrackingService trackingService)
-
-
Method Details
-
evaluate
@PostMapping("/feel/evaluate") public org.springframework.http.ResponseEntity<FeelEvaluationResponse> evaluate(@RequestBody FeelEvaluationRequest request) -
evaluateUnaryTests
@PostMapping("/feel-unary-tests/evaluate") public org.springframework.http.ResponseEntity<FeelEvaluationResponse> evaluateUnaryTests(@RequestBody FeelUnaryTestsEvaluationRequest request)
-