Uses of Enum Class
org.apache.juneau.reflect.ReflectFlags
Packages that use ReflectFlags
-
Uses of ReflectFlags in org.apache.juneau.reflect
Methods in org.apache.juneau.reflect that return ReflectFlagsModifier and TypeMethodDescriptionstatic ReflectFlags
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 ReflectFlagsModifier and TypeMethodDescriptionboolean
ClassInfo.is
(ReflectFlags... flags) Returnstrue if all specified flags are applicable to this field.final boolean
ExecutableInfo.is
(ReflectFlags... flags) Returnstrue if all specified flags are applicable to this field.boolean
FieldInfo.is
(ReflectFlags... flags) Returnstrue if all specified flags are applicable to this field.boolean
ClassInfo.isAll
(ReflectFlags... flags) Returnstrue if all specified flags are applicable to this class.final boolean
ExecutableInfo.isAll
(ReflectFlags... flags) Returnstrue if all specified flags are applicable to this method.boolean
FieldInfo.isAll
(ReflectFlags... flags) Returnstrue if all specified flags are applicable to this field.boolean
ClassInfo.isAny
(ReflectFlags... flags) Returnstrue if all specified flags are applicable to this class.final boolean
ExecutableInfo.isAny
(ReflectFlags... flags) Returnstrue if all specified flags are applicable to this method.boolean
FieldInfo.isAny
(ReflectFlags... flags) Returnstrue if all specified flags are applicable to this field.