Package net.sf.jasperreports.compilers
Interface DirectExpressionValueFilter
-
- All Known Implementing Classes:
DirectValueClassFilterDecorator,GroovyDirectExpressionValueFilter,IdentityExpressionValueFilter,JavaDirectExpressionValueFilter
public interface DirectExpressionValueFilter- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectfilterValue(java.lang.Object value, java.lang.Class<?> expectedType)
-