public class FieldModel extends Object
| Constructor and Description |
|---|
FieldModel(com.squareup.javapoet.TypeName typeName,
String fieldName,
boolean isFinal) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
com.squareup.javapoet.TypeName |
getTypeName() |
boolean |
isFinal() |
Copyright © 2020. All rights reserved.