public final class SerializableField extends Object
| Constructor and Description | 
|---|
| SerializableField(Class<?> type,
                 String name,
                 boolean unshared) | 
| Modifier and Type | Method and Description | 
|---|---|
| Field | getField()Get the reflection  Fieldfor 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". | 
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
ClassNotFoundExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.