T - バインディング対象のJavaオブジェクトの型@Published(tag="architect") public interface ObjectMapper<T> extends java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
リソースを開放する。
|
T |
read()
オブジェクトにマッピングする。
|
void |
write(T object)
オブジェクトの情報をアウトプットする。
|
@Published void write(T object)
object - オブジェクト@Published T read()
@Published void close()
close in interface java.lang.AutoCloseableclose in interface java.io.Closeable