public class ObjectStreamField extends Object implements Comparable<ObjectStreamField>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ObjectStreamField o)
Compare this with another ObjectStreamField.
|
Class<?> |
getClazz() |
long |
getFieldID() |
String |
getName()
Get the name of this field.
|
String |
getSignature() |
Class<?> |
getType()
Get the type of the field.
|
char |
getTypeCode() |
String |
getTypeString() |
boolean |
isPrimitive()
test if this field is a primitive or not.
|
String |
toString()
Return a string describing this field.
|
boolean |
typeEquals(ObjectStreamField other)
Compare the types of two class descriptors.
|
public String getName()
public Class<?> getType()
public char getTypeCode()
public String getTypeString()
public boolean isPrimitive()
public int compareTo(ObjectStreamField o)
compareTo
in interface Comparable<ObjectStreamField>
public boolean typeEquals(ObjectStreamField other)
public String getSignature()
public String toString()
public Class<?> getClazz()
public long getFieldID()
Copyright © 2018 JBoss by Red Hat. All rights reserved.