Package | Description |
---|---|
org.apache.bval.util.reflection |
Modifier and Type | Method and Description |
---|---|
static Reflection.Interfaces |
Reflection.Interfaces.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Reflection.Interfaces[] |
Reflection.Interfaces.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Iterable<Class<?>> |
Reflection.hierarchy(Class<?> type,
Reflection.Interfaces interfacesBehavior)
Get an
Iterable that can iterate over a class hierarchy in ascending (subclass to superclass) order. |
Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.