Uses of Class
org.apache.juneau.reflect.FieldInfo
Packages that use FieldInfo
-
Uses of FieldInfo in org.apache.juneau.reflect
Methods in org.apache.juneau.reflect that return FieldInfoModifier and TypeMethodDescriptionPerforms an action on this object if the specified predicate test passes.FieldInfo.accessible()
Attempts to callx.setAccessible(
and quietly ignores security exceptions.true )ClassInfo.getDeclaredField
(Predicate<FieldInfo> filter) Returns the first matching declared field on this class.ClassInfo.getPublicField
(Predicate<FieldInfo> filter) Returns the first matching public field on this class.static FieldInfo
Convenience method for instantiating aFieldInfo
;static FieldInfo
Convenience method for instantiating aFieldInfo
;Methods in org.apache.juneau.reflect that return types with arguments of type FieldInfoModifier and TypeMethodDescriptionClassInfo.getAllFields()
Returns all fields on this class and all parent classes.ClassInfo.getDeclaredFields()
Returns all declared fields on this class.ClassInfo.getPublicFields()
Returns all public fields on this class.Methods in org.apache.juneau.reflect with parameters of type FieldInfoMethod parameters in org.apache.juneau.reflect with type arguments of type FieldInfoModifier and TypeMethodDescriptionPerforms an action on this object if the specified predicate test passes.Performs an action on this object if the specified predicate test passes.ClassInfo.forEachAllField
(Predicate<FieldInfo> filter, Consumer<FieldInfo> action) Performs an action on all matching fields on this class and all parent classes.ClassInfo.forEachAllField
(Predicate<FieldInfo> filter, Consumer<FieldInfo> action) Performs an action on all matching fields on this class and all parent classes.ClassInfo.forEachDeclaredField
(Predicate<FieldInfo> filter, Consumer<FieldInfo> action) Performs an action on all matching declared fields on this class.ClassInfo.forEachDeclaredField
(Predicate<FieldInfo> filter, Consumer<FieldInfo> action) Performs an action on all matching declared fields on this class.ClassInfo.forEachPublicField
(Predicate<FieldInfo> filter, Consumer<FieldInfo> action) Performs an action on all matching public fields on this class.ClassInfo.forEachPublicField
(Predicate<FieldInfo> filter, Consumer<FieldInfo> action) Performs an action on all matching public fields on this class.ClassInfo.getDeclaredField
(Predicate<FieldInfo> filter) Returns the first matching declared field on this class.ClassInfo.getPublicField
(Predicate<FieldInfo> filter) Returns the first matching public field on this class.boolean
Returnstrue if this object passes the specified predicate test.