org.neovera.jdiablo.internal
Class BeanUtils

java.lang.Object
  extended by org.neovera.jdiablo.internal.BeanUtils

public class BeanUtils
extends Object


Constructor Summary
BeanUtils()
           
 
Method Summary
static Method getWriteMethod(String fieldName, Class<?> clz)
           
static void setProperty(Object instance, String propertyName, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanUtils

public BeanUtils()
Method Detail

setProperty

public static void setProperty(Object instance,
                               String propertyName,
                               Object value)

getWriteMethod

public static Method getWriteMethod(String fieldName,
                                    Class<?> clz)


Copyright © 2014 Neovera Inc.. All rights reserved.