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
Subclasses with type arguments of type Kind in org.jboss.marshalling.utilMethods 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 KindFieldPutter.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 KindReadField.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 KindReturns 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.