public final class MetadataTargetImpl extends MetadataTarget
| Constructor and Description | 
|---|
| MetadataTargetImpl(Class<?> type) | 
| Modifier and Type | Method and Description | 
|---|---|
| PropertyDescriptor | getProperty(String name) | 
| Class<?> | getPropertyType(String name) | 
| Method | getReadMethod(String name) | 
| Class<?> | getTargetClass() | 
| Method | getWriteMethod(String name) | 
| boolean | isTargetInstanceOf(Class type) | 
public MetadataTargetImpl(Class<?> type) throws IntrospectionException
IntrospectionExceptionpublic PropertyDescriptor getProperty(String name)
getProperty in class MetadataTargetpublic Class<?> getPropertyType(String name)
getPropertyType in class MetadataTargetpublic Method getReadMethod(String name)
getReadMethod in class MetadataTargetpublic Class<?> getTargetClass()
getTargetClass in class MetadataTargetpublic Method getWriteMethod(String name)
getWriteMethod in class MetadataTargetpublic boolean isTargetInstanceOf(Class type)
isTargetInstanceOf in class MetadataTargetCopyright © 2016 The Apache Software Foundation. All Rights Reserved.