@org.springframework.stereotype.Service @org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication @org.springframework.boot.autoconfigure.condition.ConditionalOnProperty(prefix: EvaluatorProperties.PREFIX, name: enabled, havingValue: true) class CmdService extends EvaluationService
| Modifiers | Name | Description |
|---|---|---|
private EvaluatorProperties |
evaluatorProperties |
|
private java.lang.Object |
log |
| Fields inherited from class | Fields |
|---|---|
class EvaluationService |
log |
| Type | Name and description |
|---|---|
EvaluatorProperties |
evaluatorProperties |
| Constructor and description |
|---|
CmdService
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
eval(java.lang.String code) |
| Methods inherited from class | Name |
|---|---|
class EvaluationService |
eval, evaluate |
Groovy Documentation