liquibase.util.beans
Class IntrospectionContext

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

public class IntrospectionContext
extends Object


Constructor Summary
IntrospectionContext(Class<?> targetClass)
           
 
Method Summary
 void addDescriptor(PropertyDescriptor descriptor)
           
 void addDescriptors(PropertyDescriptor[] descriptors)
           
 PropertyDescriptor getDescriptor(String name)
           
 PropertyDescriptor[] getDescriptors()
           
 Set<String> getPropertyNames()
           
 Class<?> getTargetClass()
           
 boolean hasProperty(String name)
           
 void removeProperty(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntrospectionContext

public IntrospectionContext(Class<?> targetClass)
Method Detail

addDescriptor

public void addDescriptor(PropertyDescriptor descriptor)

addDescriptors

public void addDescriptors(PropertyDescriptor[] descriptors)

getDescriptor

public PropertyDescriptor getDescriptor(String name)

getDescriptors

public PropertyDescriptor[] getDescriptors()

getPropertyNames

public Set<String> getPropertyNames()

getTargetClass

public Class<?> getTargetClass()

hasProperty

public boolean hasProperty(String name)

removeProperty

public void removeProperty(String name)


Copyright © 2015 Liquibase.org. All rights reserved.