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 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
-