Package org.jboss.marshalling.reflect
Class SerializableField
java.lang.Object
org.jboss.marshalling.reflect.SerializableField
Reflection information about a field on a serializable class.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSerializableField
(Class<?> type, String name, boolean unshared) SerializableField
(Class<?> type, String name, boolean unshared, Field field) -
Method Summary
-
Field Details
-
type
-
field
-
name
-
kind
-
-
Constructor Details
-
SerializableField
-
SerializableField
-
-
Method Details
-
getField
Get the reflectionField
for 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
-