liquibase.util.beans
Class DefaultBeanIntrospector

java.lang.Object
  extended by liquibase.util.beans.DefaultBeanIntrospector
All Implemented Interfaces:
BeanIntrospector

public class DefaultBeanIntrospector
extends Object
implements BeanIntrospector


Constructor Summary
DefaultBeanIntrospector()
           
 
Method Summary
 void introspect(IntrospectionContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultBeanIntrospector

public DefaultBeanIntrospector()
Method Detail

introspect

public void introspect(IntrospectionContext context)
                throws IntrospectionException
Specified by:
introspect in interface BeanIntrospector
Throws:
IntrospectionException


Copyright © 2016 Liquibase.org. All rights reserved.