Uses of Class
org.kiwiproject.reflect.KiwiReflection.Accessor
-
Packages that use KiwiReflection.Accessor Package Description org.kiwiproject.reflect -
-
Uses of KiwiReflection.Accessor in org.kiwiproject.reflect
Methods in org.kiwiproject.reflect that return KiwiReflection.Accessor Modifier and Type Method Description static KiwiReflection.AccessorKiwiReflection.Accessor. valueOf(String name)Returns the enum constant of this type with the specified name.static KiwiReflection.Accessor[]KiwiReflection.Accessor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kiwiproject.reflect with parameters of type KiwiReflection.Accessor Modifier and Type Method Description static 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.
-