public class FieldSignature extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Class<?> |
declaringClass |
String |
fieldName |
Type |
type |
| Constructor and Description |
|---|
FieldSignature(Class<?> declaringClass,
Type type,
String fieldName) |
public Class<?> declaringClass
public Type type
public String fieldName
public Field resolveField() throws NoSuchFieldException
NoSuchFieldExceptionCopyright © 2020. All rights reserved.