Class JavaFieldsToFDCConverter
- java.lang.Object
-
- org.apache.axis2.jaxws.description.builder.converter.JavaFieldsToFDCConverter
-
public class JavaFieldsToFDCConverter extends Object
This class will be used to convert Java Fields into FieldDescriptionComposite objects.
-
-
Constructor Summary
Constructors Constructor Description JavaFieldsToFDCConverter(Field[] fields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FieldDescriptionComposite>
convertFields()
This method will be called to createFieldDescriptionComposite
objects for public fields in a given Class.
-
-
-
Constructor Detail
-
JavaFieldsToFDCConverter
public JavaFieldsToFDCConverter(Field[] fields)
-
-
Method Detail
-
convertFields
public List<FieldDescriptionComposite> convertFields()
This method will be called to createFieldDescriptionComposite
objects for public fields in a given Class.- Returns:
- -
List
-
-