Package | Description |
---|---|
org.jboss.marshalling.reflect |
Reflection utilities for marshalling users and implementations.
|
org.jboss.marshalling.util |
Modifier and Type | Method and Description |
---|---|
Kind |
SerializableField.getKind()
Get the kind of field.
|
Modifier and Type | Method and Description |
---|---|
Kind |
ShortReadField.getKind()
Get the kind of field represented by this object.
|
Kind |
ShortFieldPutter.getKind()
Get the kind of field being written.
|
abstract Kind |
ReadField.getKind()
Get the kind of field represented by this object.
|
Kind |
ObjectReadField.getKind()
Get the kind of field represented by this object.
|
Kind |
ObjectFieldPutter.getKind()
Get the kind of field being written.
|
Kind |
LongReadField.getKind()
Get the kind of field represented by this object.
|
Kind |
LongFieldPutter.getKind()
Get the kind of field being written.
|
Kind |
IntReadField.getKind()
Get the kind of field represented by this object.
|
Kind |
IntFieldPutter.getKind()
Get the kind of field being written.
|
Kind |
FloatReadField.getKind()
Get the kind of field represented by this object.
|
Kind |
FloatFieldPutter.getKind()
Get the kind of field being written.
|
abstract Kind |
FieldPutter.getKind()
Get the kind of field being written.
|
Kind |
DoubleReadField.getKind()
Get the kind of field represented by this object.
|
Kind |
DoubleFieldPutter.getKind()
Get the kind of field being written.
|
Kind |
CharReadField.getKind()
Get the kind of field represented by this object.
|
Kind |
CharFieldPutter.getKind()
Get the kind of field being written.
|
Kind |
ByteReadField.getKind()
Get the kind of field represented by this object.
|
Kind |
ByteFieldPutter.getKind()
Get the kind of field being written.
|
Kind |
BooleanReadField.getKind()
Get the kind of field represented by this object.
|
Kind |
BooleanFieldPutter.getKind()
Get the kind of field being written.
|
static Kind |
Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kind[] |
Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.