org.pentaho.reporting.engine.classic.core.wizard
Interface ConceptQueryMapper

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultConceptQueryMapper

public interface ConceptQueryMapper
extends Serializable

This is a lightweight bean-converter that normalizes the PMD internal data-structures into their string-representation so that we can then reconvert it back to a valid bean.

Author:
Thomas Morgner

Method Summary
 Object getValue(Object value, Class type, DataAttributeContext context)
           
 

Method Detail

getValue

Object getValue(Object value,
                Class type,
                DataAttributeContext context)
Parameters:
value - can be null.
type - can be null.
context - never null.
Returns: