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