public abstract class MetadataTarget extends Object
| Constructor and Description | 
|---|
| MetadataTarget() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract PropertyDescriptor | getProperty(String name) | 
| abstract Class | getPropertyType(String name) | 
| abstract Method | getReadMethod(String name) | 
| abstract Class | getTargetClass() | 
| abstract Method | getWriteMethod(String name) | 
| abstract boolean | isTargetInstanceOf(Class type) | 
public abstract PropertyDescriptor getProperty(String name)
name - public abstract Class getTargetClass()
public abstract boolean isTargetInstanceOf(Class type)
type - Copyright © 2025 The Apache Software Foundation. All rights reserved.