All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
close() |
protected void |
closeName(String name) |
protected static boolean |
isComplex(Object obj) |
static String |
marshal(GenericRecord record) |
static String |
marshal(GenericRecord record,
boolean withComments) |
protected static boolean |
matchInstanceOrArray(Class<?> key,
Object instance) |
protected void |
openName(String name) |
protected boolean |
printAffineTransform(String name,
Object o) |
protected boolean |
printAnnotatedFlag(String name,
Object o) |
protected boolean |
printArray(String name,
Object o) |
protected boolean |
printBoolean(String name,
Object o) |
protected boolean |
printBufferedImage(String name,
Object o) |
protected boolean |
printBytes(String name,
Object o) |
protected boolean |
printColor(String name,
Object o) |
protected boolean |
printDimension(String name,
Object o) |
protected void |
printGenericRecord(String name,
Object value) |
protected boolean |
printList(String name,
Object o) |
protected boolean |
printNumber(String name,
Object o) |
protected boolean |
printObject(String name,
Object o) |
protected boolean |
printPath(String name,
Object o) |
protected boolean |
printPoint(String name,
Object o) |
protected boolean |
printRectangle(String name,
Object o) |
void |
setWithComments(boolean withComments) |
protected String |
tabs() |
protected String |
trimHex(long l,
int size) |
void |
write(GenericRecord record) |
protected void |
write(String name,
GenericRecord record) |
protected boolean |
writeChildren(GenericRecord record,
boolean hasComplexProperties) |
void |
writeError(String errorMsg) |
protected Stream<Map.Entry<String,Supplier<?>>> |
writeProp(Map.Entry<String,Supplier<?>> me) |
protected boolean |
writeProperties(GenericRecord record) |
protected void |
writeValue(String name,
Object value) |