public class JsonUnderlyingField extends Object
Constructor and Description |
---|
JsonUnderlyingField(String fieldName,
int propertyNumber,
Class propertyType,
Field optionalField) |
Modifier and Type | Method and Description |
---|---|
String |
getFieldName() |
Field |
getOptionalField() |
int |
getPropertyNumber() |
Class |
getPropertyType() |
CodegenExpression |
toExpression() |
public String getFieldName()
public int getPropertyNumber()
public Class getPropertyType()
public Field getOptionalField()
public CodegenExpression toExpression()
Copyright © 2005–2019. All rights reserved.