| Package | Description |
|---|---|
| org.hibernate.validator.internal.util.classhierarchy |
Contains classes for working with the elements of a class hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
static Filter |
Filters.excludeInterfaces()
Returns a filter which excludes interfaces.
|
static Filter |
Filters.excludeProxies()
Returns a filter which excludes proxy objects.
|
| Modifier and Type | Method and 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.
|
Copyright © 2009-2014 Oracle Corporation. All Rights Reserved.