liquibase.util.beans
Class PropertyUtils

java.lang.Object
  extended by liquibase.util.beans.PropertyUtils

public class PropertyUtils
extends Object


Method Summary
 PropertyDescriptor[] getDescriptors(Class<?> targetClass)
           
static PropertyUtils getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PropertyUtils getInstance()

getDescriptors

public PropertyDescriptor[] getDescriptors(Class<?> targetClass)
                                    throws IntrospectionException
Throws:
IntrospectionException


Copyright © 2015 Liquibase.org. All rights reserved.