Uses of Enum Class
org.apache.juneau.reflect.ReflectFlags

Packages that use ReflectFlags
Package
Description
 
  • Uses of ReflectFlags in org.apache.juneau.reflect

    Modifier and Type
    Method
    Description
    ReflectFlags.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static ReflectFlags[]
    ReflectFlags.values()
    Returns an array containing the constants of this enum class, in the order they are declared.
    Methods in org.apache.juneau.reflect with parameters of type ReflectFlags
    Modifier and Type
    Method
    Description
    boolean
    ClassInfo.is(ReflectFlags... flags)
    Returns true if all specified flags are applicable to this field.
    final boolean
    ExecutableInfo.is(ReflectFlags... flags)
    Returns true if all specified flags are applicable to this field.
    boolean
    FieldInfo.is(ReflectFlags... flags)
    Returns true if all specified flags are applicable to this field.
    boolean
    ClassInfo.isAll(ReflectFlags... flags)
    Returns true if all specified flags are applicable to this class.
    final boolean
    ExecutableInfo.isAll(ReflectFlags... flags)
    Returns true if all specified flags are applicable to this method.
    boolean
    FieldInfo.isAll(ReflectFlags... flags)
    Returns true if all specified flags are applicable to this field.
    boolean
    ClassInfo.isAny(ReflectFlags... flags)
    Returns true if all specified flags are applicable to this class.
    final boolean
    ExecutableInfo.isAny(ReflectFlags... flags)
    Returns true if all specified flags are applicable to this method.
    boolean
    FieldInfo.isAny(ReflectFlags... flags)
    Returns true if all specified flags are applicable to this field.