Package com.exedio.cope
Class Dumper
java.lang.Object
com.exedio.cope.Dumper
-
Constructor Summary
ConstructorsConstructorDescriptionDumper()
Deprecated.This is weird functionality that will be removed sooner or later. -
Method Summary
Modifier and TypeMethodDescription<E extends Item>
EnewItem
(Appendable out, Type<E> type, SetValue<?>... setValues) void
prepare
(Appendable out, Model model) void
unprepare
(Appendable out, Model model)
-
Constructor Details
-
Dumper
Deprecated.This is weird functionality that will be removed sooner or later.
-
-
Method Details
-
prepare
- Throws:
IOException
-
unprepare
- Throws:
IOException
-
newItem
public <E extends Item> E newItem(Appendable out, Type<E> type, SetValue<?>... setValues) throws IOException - Throws:
IOException
- from calling out.append
.
-