Package org.beanio.internal.util
Interface Debuggable
-
- All Known Subinterfaces:
BeanReader
,BeanWriter
,Marshaller
,Unmarshaller
- All Known Implementing Classes:
BeanReaderImpl
,BeanWriterImpl
,MarshallerImpl
,UnmarshallerImpl
public interface Debuggable
Interface implemented by marshallers and unmarshallers for debugging BeanIO's compiled configuration. The information displayed by these methods may be changed without notice.- Since:
- 2.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
debug()
Prints the internal view of the stream configuration toSystem.out
void
debug(java.io.PrintStream out)
Prints the internal view of the stream configuration.
-