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