|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassFilter | |
|---|---|
| org.hibernate.validator.internal.util | Independent helper classes. |
| org.hibernate.validator.internal.util.classfilter | |
| Uses of ClassFilter in org.hibernate.validator.internal.util |
|---|
| Methods in org.hibernate.validator.internal.util with parameters of type ClassFilter | ||
|---|---|---|
static
|
ReflectionHelper.computeClassHierarchy(Class<T> clazz,
ClassFilter... filters)
Get all superclasses and optionally interfaces recursively. |
|
| Uses of ClassFilter in org.hibernate.validator.internal.util.classfilter |
|---|
| Methods in org.hibernate.validator.internal.util.classfilter that return ClassFilter | |
|---|---|
static ClassFilter |
ClassFilters.excludingInterfaces()
Returns a filter which exclude interfaces. |
static ClassFilter |
ClassFilters.excludingProxies()
Returns a filter which exclude proxy objects. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||