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
-
getKind
-
getType
Get the field type.- Returns:
- the field type
- Throws:
ClassNotFoundException
-