Uses of Interface
org.hibernate.validator.internal.util.classhierarchy.Filter
-
Packages that use Filter Package Description org.hibernate.validator.internal.util.classhierarchy Contains classes for working with the elements of a class hierarchy. -
-
Uses of Filter in org.hibernate.validator.internal.util.classhierarchy
Methods in org.hibernate.validator.internal.util.classhierarchy that return Filter Modifier and Type Method Description static FilterFilters. excludeInterfaces()Returns a filter which excludes interfaces.static FilterFilters. excludeProxies()Returns a filter which excludes proxy objects.Methods in org.hibernate.validator.internal.util.classhierarchy with parameters of type Filter Modifier and Type Method Description static <T> List<Class<? super T>>ClassHierarchyHelper. getHierarchy(Class<T> clazz, Filter... filters)Gets the elements of the hierarchy of the given class which match the given filters.
-