Class SimpleItemFilterProcessor<T,P extends com.querydsl.core.types.Path<T>>

Type Parameters:
T - type parameter of processed PropertyValueFilter
P - type of the Querydsl attribute path
All Implemented Interfaces:
FilterProcessor<PropertyValueFilter<T>>, RightHandProcessor

public class SimpleItemFilterProcessor<T,P extends com.querydsl.core.types.Path<T>> extends SinglePathItemFilterProcessor<T,P>
Filter processor for a single path with straightforward type mapping and no conversions.