T
- The base filter type which is either AttributeFilterProvider or ViewFilterProvider.public interface FilterMapping<T>
Modifier and Type | Method and Description |
---|---|
Class<? extends T> |
getFilterClass()
Returns the filter class.
|
String |
getName()
Returns the name of the filter.
|
boolean |
isViewFilter()
Returns true if this is a
ViewFilterMapping , false if this is a AttributeFilterMapping . |
String getName()
boolean isViewFilter()
ViewFilterMapping
, false if this is a AttributeFilterMapping
.ViewFilterMapping
, false if this is a AttributeFilterMapping
Copyright © 2014–2017 Blazebit. All rights reserved.