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 classBooleanReadFieldA read field whose value is a boolean type.classByteReadFieldA read field whose value is a byte type.classCharReadFieldA read field whose value is a character type.classDoubleReadFieldA read field whose value is a double type.classFloatReadFieldA read field whose value is a float type.classIntReadFieldA read field whose value is an int type.classLongReadFieldA read field whose value is a long type.classObjectReadFieldA read field whose value is an object type.classShortReadFieldA read field whose value is a boolean type.Methods in org.jboss.marshalling.util with parameters of type ReadField Modifier and Type Method Description intReadField. compareTo(ReadField o)Compare this field with another on the basis of its name.
-