public class FieldDescriptor extends Object
| 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() |
void |
write(ObjectOutput out) |
public String name()
public TypeDescriptor type()
public Field ownField()
public Field parentField()
public static FieldDescriptor read(ObjectInput in) throws IOException
IOExceptionpublic void write(ObjectOutput out) throws IOException
IOExceptionCopyright © 2018. All rights reserved.