Uses of Class
de.espirit.common.TypedFilter
-
Uses of TypedFilter in de.espirit.common
Modifier and TypeMethodDescriptionstatic <T> TypedFilter<T>
Creates and returns a class based type filter with no additional conditions.static <T> TypedFilter<T>
Creates and returns a class based type filter based on givenfilter
instance.static <T> TypedFilter<T>
TypedFilter.createExcludeFilter
(@NotNull Class<T> type, Class<? extends T>... excludes) Creates and returns a class based type filter with an additional exclude filtering of the specified sub classes.static <T> TypedFilter<T>
TypedFilter.createIncludeFilter
(@NotNull Class<T> type, Class<? extends T>... includes) Creates and returns a class based type filter with an additional include filtering of the specified sub classes.