Package org.apache.camel.language.simple
Interface SimpleExpressionBuilder.KeyedOgnlExpressionAdapter.KeyedEntityRetrievalStrategy
-
- Enclosing class:
- SimpleExpressionBuilder.KeyedOgnlExpressionAdapter
public static interface SimpleExpressionBuilder.KeyedOgnlExpressionAdapter.KeyedEntityRetrievalStrategy
Strategy to retrieve the value based on the key
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getKeyedEntity(org.apache.camel.Exchange exchange, org.apache.camel.Expression key)
-
-
-
Method Detail
-
getKeyedEntity
Object getKeyedEntity(org.apache.camel.Exchange exchange, org.apache.camel.Expression key)
-
-