Uses of Class
org.proxy4j.core.reflect.Modifier
-
Packages that use Modifier Package Description org.proxy4j.core.reflect -
-
Uses of Modifier in org.proxy4j.core.reflect
Methods in org.proxy4j.core.reflect that return Modifier Modifier and Type Method Description static ModifierModifier. valueOf(String name)Returns the enum constant of this type with the specified name.static Modifier[]Modifier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.proxy4j.core.reflect that return types with arguments of type Modifier Modifier and Type Method Description static EnumSet<Modifier>Modifier. getModifiers(Member member)Returns a set of theModifierenum values that apply to the given class member.
-