Package org.jboss.marshalling.util
Class CharFieldPutter
java.lang.Object
org.jboss.marshalling.util.FieldPutter
org.jboss.marshalling.util.CharFieldPutter
A field putter for char-type fields.
-
Field Details
-
value
private char value
-
-
Constructor Details
-
CharFieldPutter
public CharFieldPutter()
-
-
Method Details
-
write
Write the value of this field in its proper native format.- Specified by:
write
in classFieldPutter
- Parameters:
marshaller
- the marshaller to which to write- Throws:
IOException
- if an error occurs
-
getKind
Get the kind of field being written.- Specified by:
getKind
in classFieldPutter
- Returns:
- the kind of field
-
getChar
public char getChar()Get the character value of this field.- Overrides:
getChar
in classFieldPutter
- Returns:
- the character value of this field
-
setChar
public void setChar(char value) Set the character value of this field.- Overrides:
setChar
in classFieldPutter
- Parameters:
value
- the character value of this field
-