public class MemberMetadata extends Object
| Constructor and Description |
|---|
MemberMetadata(String elementDoc,
String javaType,
String fieldName,
String typeInfo,
String arraySource,
String getMethod,
String boolMemberType,
String boolMethod,
String setMethod,
String writeMethod,
String loadType,
String loadMethod,
String javaTypeInterface,
boolean isArray,
String writeMethodName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArrayCast() |
String |
getArraySource() |
boolean |
getBooleanJavaType() |
String |
getBoolMemberType() |
String |
getBoolMethodName() |
String |
getCast() |
String |
getCastFromInterface() |
String |
getElementDoc() |
String |
getFieldName() |
String |
getGetMethodName() |
boolean |
getIsArray() |
String |
getJavaType() |
String |
getJavaTypeInterface() |
String |
getLoadMethod() |
String |
getLoadType() |
String |
getSetMethodName() |
String |
getTypeInfo() |
String |
getWriteMethod() |
String |
getWriteMethodName() |
static MemberMetadata |
newInstance(String elementDoc,
String javaType,
String fieldName,
String typeInfo,
String arraySource,
String getMethodName,
String boolMemberType,
String boolMethodName,
String setMethodName,
String writeMethod,
String loadType,
String loadMethod,
boolean isComplexType,
String javaTypeInterface,
boolean isArray,
String writeMethodName) |
public MemberMetadata(String elementDoc, String javaType, String fieldName, String typeInfo, String arraySource, String getMethod, String boolMemberType, String boolMethod, String setMethod, String writeMethod, String loadType, String loadMethod, String javaTypeInterface, boolean isArray, String writeMethodName)
public static MemberMetadata newInstance(String elementDoc, String javaType, String fieldName, String typeInfo, String arraySource, String getMethodName, String boolMemberType, String boolMethodName, String setMethodName, String writeMethod, String loadType, String loadMethod, boolean isComplexType, String javaTypeInterface, boolean isArray, String writeMethodName)
public String getElementDoc()
public String getJavaType()
public String getFieldName()
public String getTypeInfo()
public String getArraySource()
public String getGetMethodName()
public String getBoolMemberType()
public String getBoolMethodName()
public String getSetMethodName()
public String getWriteMethodName()
public String getWriteMethod()
public String getLoadMethod()
public String getLoadType()
public boolean getBooleanJavaType()
public String getCast()
public String getCastFromInterface()
public String getJavaTypeInterface()
public boolean getIsArray()
public String getArrayCast()
Copyright © 2020. All rights reserved.