public class YmlConverterImpl extends java.lang.Object implements YmlConverter
| Constructor and Description |
|---|
YmlConverterImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
unmarshal(java.lang.Class<T> clazz,
java.io.InputStream io)
Unmarshals an input stream into an instance of clazz
|
public <T> T unmarshal(java.lang.Class<T> clazz,
java.io.InputStream io)
unmarshal in interface YmlConverterT - a type parameter for target classclazz - a target classio - an input stream representing a yml file