Interface AttributeFilterMapping<X,FilterValue>

Type Parameters:
X - The source type
FilterValue - The filter value type
All Superinterfaces:
FilterMapping<AttributeFilterProvider<FilterValue>>

public interface AttributeFilterMapping<X,FilterValue> extends FilterMapping<AttributeFilterProvider<FilterValue>>
Represents the mapping of a named filter on an entity view attribute.
Since:
1.0.0
Author:
Christian Beikov
  • Method Details

    • getDeclaringAttribute

      MethodAttribute<X,?> getDeclaringAttribute()
      Returns the declaring attribute.
      Returns:
      The declaring attribute