org.apache.commons.beanutils2
Interface BeanPropertySetter<B>


public interface BeanPropertySetter<B>


Method Summary
<V> BeanAccessor<B>
with(V value)
           
 

Method Detail

with

<V> BeanAccessor<B> with(V value)
                     throws IllegalAccessException,
                            IllegalArgumentException,
                            InvocationTargetException
Throws:
IllegalAccessException
IllegalArgumentException
InvocationTargetException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.