public static class StructType.FieldNameDetails extends Object
| Constructor and Description |
|---|
FieldNameDetails(String canonicalName,
String mixedCaseName,
String getterName,
String setterName)
Create a field name details instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCanonicalName()
Get the field canonical name.
|
String |
getGetterName()
Get the binding getter method name for the field.
|
String |
getMixedCaseName()
Get the field name as defined in the bindings.
|
String |
getSetterName()
Get the binding setter method name for the field.
|
public FieldNameDetails(String canonicalName, String mixedCaseName, String getterName, String setterName)
canonicalName - the field canonical name; must not be emptymixedCaseName - the field mixed case name; must not be emptygetterName - the field getter method name; must not be emptysetterName - the field setter method name; may be nullpublic String getCanonicalName()
public String getMixedCaseName()
public String getGetterName()
public String getSetterName()
null, if the field has no setterCopyright © 2022. All rights reserved.