T - current typeS - the converted typepublic interface ValueWriter<T,S>
| Modifier and Type | Method and Description |
|---|---|
<C> boolean |
isCompatible(Class<C> clazz)
verifies if the writer has support of instance from this class.
|
S |
write(T object)
Converts a specific structure to a new one.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.