public class SerializedField extends Object implements Comparable<SerializedField>
| Constructor and Description |
|---|
SerializedField(Class<?> clazz,
String name,
Type type,
SerializedValue value) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(SerializedValueVisitor<T> visitor) |
int |
compareTo(SerializedField o) |
boolean |
equals(Object obj) |
Class<?> |
getDeclaringClass() |
String |
getName() |
Type |
getType() |
SerializedValue |
getValue() |
int |
hashCode() |
String |
toString() |
public SerializedField(Class<?> clazz, String name, Type type, SerializedValue value)
public Class<?> getDeclaringClass()
public String getName()
public Type getType()
public SerializedValue getValue()
public <T> T accept(SerializedValueVisitor<T> visitor)
public int compareTo(SerializedField o)
compareTo in interface Comparable<SerializedField>Copyright © 2016. All rights reserved.