org.jboss.marshalling.util
Class ObjectFieldPutter
java.lang.Object
org.jboss.marshalling.util.FieldPutter
org.jboss.marshalling.util.ObjectFieldPutter
public class ObjectFieldPutter
- extends FieldPutter
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 |
ObjectFieldPutter
public ObjectFieldPutter(boolean unshared)
write
public void write(Marshaller marshaller)
throws IOException
- Specified by:
write
in class FieldPutter
- Throws:
IOException
getKind
public Kind getKind()
- Specified by:
getKind
in class FieldPutter
getObject
public Object getObject()
- Overrides:
getObject
in class FieldPutter
setObject
public void setObject(Object value)
- Overrides:
setObject
in class FieldPutter
Copyright © 2010 JBoss, a division of Red Hat, Inc.