|
JBoss Marshalling 1.4.3.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.marshalling.util.FieldPutter
org.jboss.marshalling.util.ObjectFieldPutter
public class ObjectFieldPutter

A field putter for object-type fields.
| Constructor Summary | |
|---|---|
ObjectFieldPutter(boolean unshared)
Construct a new instance. |
|
| Method Summary | |
|---|---|
Kind |
getKind()
Get the kind of field being written. |
Object |
getObject()
Get the object value of this field. |
void |
setObject(Object value)
Set the object value of this field. |
void |
write(Marshaller marshaller)
Write the value of this field in its proper native format. |
| Methods inherited from class org.jboss.marshalling.util.FieldPutter |
|---|
getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLong, getShort, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setLong, setShort |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectFieldPutter(boolean unshared)
unshared - true if this object should be recorded as "unshared", false otherwise| Method Detail |
|---|
public void write(Marshaller marshaller)
throws IOException
write in class FieldPuttermarshaller - the marshaller to which to write
IOException - if an error occurspublic Kind getKind()
getKind in class FieldPutterpublic Object getObject()
getObject in class FieldPutterpublic void setObject(Object value)
setObject in class FieldPuttervalue - the object value of this field
|
JBoss Marshalling 1.4.3.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||