Uses of Enum
org.jboss.marshalling.util.Kind
Packages that use Kind
Package
Description
Reflection utilities for marshalling users and implementations.
-
Uses of Kind in org.jboss.marshalling.cloner
Methods in org.jboss.marshalling.cloner with parameters of type Kind -
Uses of Kind in org.jboss.marshalling.reflect
Fields in org.jboss.marshalling.reflect declared as KindMethods in org.jboss.marshalling.reflect that return Kind -
Uses of Kind in org.jboss.marshalling.util
Methods in org.jboss.marshalling.util that return KindModifier and TypeMethodDescriptionBooleanFieldPutter.getKind()
Get the kind of field being written.BooleanReadField.getKind()
Get the kind of field represented by this object.ByteFieldPutter.getKind()
Get the kind of field being written.ByteReadField.getKind()
Get the kind of field represented by this object.CharFieldPutter.getKind()
Get the kind of field being written.CharReadField.getKind()
Get the kind of field represented by this object.DoubleFieldPutter.getKind()
Get the kind of field being written.DoubleReadField.getKind()
Get the kind of field represented by this object.abstract Kind
FieldPutter.getKind()
Get the kind of field being written.FloatFieldPutter.getKind()
Get the kind of field being written.FloatReadField.getKind()
Get the kind of field represented by this object.IntFieldPutter.getKind()
Get the kind of field being written.IntReadField.getKind()
Get the kind of field represented by this object.LongFieldPutter.getKind()
Get the kind of field being written.LongReadField.getKind()
Get the kind of field represented by this object.ObjectFieldPutter.getKind()
Get the kind of field being written.ObjectReadField.getKind()
Get the kind of field represented by this object.abstract Kind
ReadField.getKind()
Get the kind of field represented by this object.ShortFieldPutter.getKind()
Get the kind of field being written.ShortReadField.getKind()
Get the kind of field represented by this object.static Kind
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.