Uses of Enum Class
org.kiwiproject.reflect.KiwiReflection.Accessor
Packages that use KiwiReflection.Accessor
-
Uses of KiwiReflection.Accessor in org.kiwiproject.reflect
Methods in org.kiwiproject.reflect that return KiwiReflection.AccessorModifier and TypeMethodDescriptionstatic KiwiReflection.AccessorReturns the enum constant of this class with the specified name.static KiwiReflection.Accessor[]KiwiReflection.Accessor.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kiwiproject.reflect with parameters of type KiwiReflection.AccessorModifier and TypeMethodDescriptionstatic MethodKiwiReflection.findAccessor(KiwiReflection.Accessor methodType, String fieldName, Class<?> targetClass, Class<?>... params) Finds a public accessor method of the givenmethodTypefor the specifiedfieldNamein the giventargetClass.static MethodKiwiReflection.findAccessor(KiwiReflection.Accessor methodType, String fieldName, Object target, Class<?>... params) Finds an accessor method of the givenmethodTypefor the specifiedfieldNameintarget.