Interface PojoWriter
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
JavaPojoWriter,KotlinPojoWriter
Defines a code writer for pojos.
-
Method Summary
-
Method Details
-
write
Writes code for specified pojo.- Parameters:
pojoInfo- the pojo information.
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-