Uses of Class
org.camunda.feel.playground.dto.FeelEvaluationResponse
Packages that use FeelEvaluationResponse
-
Uses of FeelEvaluationResponse in org.camunda.feel.playground.api
Methods in org.camunda.feel.playground.api that return types with arguments of type FeelEvaluationResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<FeelEvaluationResponse>FeelEvaluationController.evaluate(FeelEvaluationRequest request) org.springframework.http.ResponseEntity<FeelEvaluationResponse>FeelEvaluationController.evaluateUnaryTests(FeelUnaryTestsEvaluationRequest request) -
Uses of FeelEvaluationResponse in org.camunda.feel.playground.dto
Methods in org.camunda.feel.playground.dto that return FeelEvaluationResponseModifier and TypeMethodDescriptionstatic FeelEvaluationResponsestatic FeelEvaluationResponseFeelEvaluationResponse.withResult(Object result)