public class IntrospectionContext extends Object
Constructor and Description |
---|
IntrospectionContext(Class<?> targetClass) |
Modifier and Type | Method and Description |
---|---|
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) |
public IntrospectionContext(Class<?> targetClass)
public void addDescriptor(PropertyDescriptor descriptor)
public void addDescriptors(PropertyDescriptor[] descriptors)
public PropertyDescriptor getDescriptor(String name)
public PropertyDescriptor[] getDescriptors()
public Class<?> getTargetClass()
public boolean hasProperty(String name)
public void removeProperty(String name)
Copyright © 2018 Liquibase.org. All rights reserved.