public class FieldDescriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
FieldDescriptor |
next |
| Modifier and Type | Method and Description |
|---|---|
void |
assignField(Field ownField,
Field parentField) |
boolean |
is(String nameDescriptor,
String typeDescriptor) |
String |
name() |
Field |
ownField() |
Field |
parentField() |
static FieldDescriptor |
read(ObjectInput in) |
String |
toString() |
TypeDescriptor |
type() |
boolean |
useGetter() |
boolean |
useSetter() |
void |
write(ObjectOutput out) |
public FieldDescriptor next
public String name()
public TypeDescriptor type()
public Field ownField()
public Field parentField()
public boolean useGetter()
public boolean useSetter()
public static FieldDescriptor read(ObjectInput in) throws IOException
IOExceptionpublic void write(ObjectOutput out) throws IOException
IOExceptionCopyright © 2019. All rights reserved.