|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
ClassHierarchyHelper.getHierarchy(Class<T> clazz,
Filter... filters)
Gets the elements of the hierarchy of the given class which match the given filters. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||