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