Uses of Class
org.apache.bval.util.reflection.Reflection.Interfaces
-
Packages that use Reflection.Interfaces Package Description org.apache.bval.util.reflection -
-
Uses of Reflection.Interfaces in org.apache.bval.util.reflection
Methods in org.apache.bval.util.reflection that return Reflection.Interfaces Modifier and Type Method 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.Methods in org.apache.bval.util.reflection with parameters of type Reflection.Interfaces Modifier and Type Method Description static Iterable<Class<?>>
Reflection. hierarchy(Class<?> type, Reflection.Interfaces interfacesBehavior)
Get anIterable
that can iterate over a class hierarchy in ascending (subclass to superclass) order.
-