public abstract class BeanVisitors extends Object
BeanVisitor implementations| Constructor and Description |
|---|
BeanVisitors() |
| Modifier and Type | Method and Description |
|---|---|
static BeanVisitor |
print()
Print all the properties visited to
System.out |
static BeanVisitor |
print(Writer writer)
Print all the properties visited to the
Writer |
public static BeanVisitor print()
System.outpublic static BeanVisitor print(Writer writer)
WriterCopyright © 2015. All rights reserved.