Uses of Class
org.jboss.marshalling.util.ReadField
-
Packages that use ReadField Package Description org.jboss.marshalling.cloner org.jboss.marshalling.util -
-
Uses of ReadField in org.jboss.marshalling.cloner
Fields in org.jboss.marshalling.cloner with type parameters of type ReadField Modifier and Type Field Description private java.util.Map<java.lang.String,ReadField>
SerializingCloner.ClonerPutField. fieldMap
-
Uses of ReadField in org.jboss.marshalling.util
Subclasses of ReadField in org.jboss.marshalling.util Modifier and Type Class Description class
BooleanReadField
A read field whose value is a boolean type.class
ByteReadField
A read field whose value is a byte type.class
CharReadField
A read field whose value is a character type.class
DoubleReadField
A read field whose value is a double type.class
FloatReadField
A read field whose value is a float type.class
IntReadField
A read field whose value is an int type.class
LongReadField
A read field whose value is a long type.class
ObjectReadField
A read field whose value is an object type.class
ShortReadField
A read field whose value is a boolean type.Methods in org.jboss.marshalling.util with parameters of type ReadField Modifier and Type Method Description int
ReadField. compareTo(ReadField o)
Compare this field with another on the basis of its name.
-