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

    Modifier and Type
    Method
    Description
    getKeyedEntity(org.apache.camel.Exchange exchange, org.apache.camel.Expression key)
     
  • Method Details

    • getKeyedEntity

      Object getKeyedEntity(org.apache.camel.Exchange exchange, org.apache.camel.Expression key)