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