|
JBoss Marshalling 1.3.0.CR9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.marshalling.reflect.SerializableField
public final class SerializableField
Reflection information about a field on a serializable class.
Method Summary | |
---|---|
Field |
getField()
Get the reflection Field for this serializable field. |
Kind |
getKind()
Get the kind of field. |
String |
getName()
Get the name of the field. |
Class<?> |
getType()
Get the field type. |
boolean |
isUnshared()
Determine whether this field is marked as "unshared". |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Field getField()
Field
for this serializable field. The resultant field will be accessible.
public String getName()
public boolean isUnshared()
true
if the field is unsharedpublic Kind getKind()
public Class<?> getType() throws ClassNotFoundException
ClassNotFoundException
|
JBoss Marshalling 1.3.0.CR9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |