@Configuration @Role(value=2) public class SpelExpressionConverterConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SpelExpressionConverterConfiguration.SpelConverter
A simple converter from String to Expression.
|
Constructor and Description |
---|
SpelExpressionConverterConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.core.convert.converter.Converter<String,org.springframework.expression.Expression> |
spelConverter() |
static org.springframework.integration.expression.SpelPropertyAccessorRegistrar |
spelPropertyAccessorRegistrar()
Provide a
SpelPropertyAccessorRegistrar supplied
with the JsonPropertyAccessor and TuplePropertyAccessor . |
public SpelExpressionConverterConfiguration()
@Bean public static org.springframework.integration.expression.SpelPropertyAccessorRegistrar spelPropertyAccessorRegistrar()
SpelPropertyAccessorRegistrar
supplied
with the JsonPropertyAccessor
and TuplePropertyAccessor
.
This bean is used to customize an
IntegrationEvaluationContextFactoryBean
.
for additional PropertyAccessor
s.IntegrationEvaluationContextFactoryBean
@Bean @ConfigurationPropertiesBinding @IntegrationConverter public org.springframework.core.convert.converter.Converter<String,org.springframework.expression.Expression> spelConverter()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.