public class JavaFieldsToFDCConverter
extends java.lang.Object
| Constructor and Description |
|---|
JavaFieldsToFDCConverter(java.lang.reflect.Field[] fields) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FieldDescriptionComposite> |
convertFields()
This method will be called to create
FieldDescriptionComposite objects for public
fields in a given Class. |
public JavaFieldsToFDCConverter(java.lang.reflect.Field[] fields)
public java.util.List<FieldDescriptionComposite> convertFields()
FieldDescriptionComposite objects for public
fields in a given Class.ListCopyright © 2004-2025 The Apache Software Foundation. All Rights Reserved.