Package org.jboss.marshalling.reflect
Class SerializableField
java.lang.Object
org.jboss.marshalling.reflect.SerializableField
Reflection information about a field on a serializable class.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SerializableField
-
-
Method Details
-
getField
Get the reflectionFieldfor this serializable field. The resultant field will be accessible.- Returns:
- the reflection field
-
getName
Get the name of the field.- Returns:
- the name
-
getKind
Get the kind of field.- Returns:
- the kind
-
getType
Get the field type.- Returns:
- the field type
- Throws:
ClassNotFoundException
-