public class Setter extends Object
public Setter(String ref, Class clazz, Class[] parmTypes) throws IllegalArgumentException, NoSuchMethodException
ref - The reference for the setter.clazz - The Class to get the field from.IllegalArgumentExceptionNoSuchMethodExceptionpublic Class getBaseClass()
public void setValue(Object target, Object value) throws IllegalAccessException, InvocationTargetException, IllegalArgumentException
public void setValue(Object target, Object[] values) throws IllegalAccessException, InvocationTargetException, IllegalArgumentException
public Class getType()
setValue(Object,Object)
method.Copyright © 2021. All rights reserved.