Uses of Interface
org.hibernate.validator.internal.util.classhierarchy.Filter

Packages that use Filter
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
static Filter Filters.excludeInterfaces()
          Returns a filter which excludes interfaces.
static Filter Filters.excludeProxies()
          Returns a filter which excludes proxy objects.
 

Methods in org.hibernate.validator.internal.util.classhierarchy with parameters of type Filter
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.
 



Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved