public interface DataModelSink extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
put(DataModelReflection model)
Puts a reflection of data model object into this channel.
|
void put(DataModelReflection model) throws IOException
model
- target data model objectIOException
- if failed to put the objectIllegalArgumentException
- if some parameters were null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.