Uses of Class
de.espirit.common.TypedFilter
Packages that use TypedFilter
-
Uses of TypedFilter in de.espirit.common
Methods in de.espirit.common that return TypedFilterModifier 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 givenfilterinstance.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.