liquibase.util.beans
Class IntrospectionContext
java.lang.Object
liquibase.util.beans.IntrospectionContext
public class IntrospectionContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntrospectionContext
public IntrospectionContext(Class<?> targetClass)
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.