public class BeanEncoder extends Encoder
Constructor and Description |
---|
BeanEncoder(int indent,
String name,
Class<?> type,
Object value) |
Modifier and Type | Method and Description |
---|---|
void |
write(PrintWriter writer) |
getIndent, getName, writeClosingTag, writeIndent
public BeanEncoder(int indent, String name, Class<?> type, Object value) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException
public void write(PrintWriter writer) throws IOException
write
in class Encoder
IOException