Package de.quantummaid.mapmaid.snakeyaml
Class SnakeYamlUnmarshaller
- java.lang.Object
-
- de.quantummaid.mapmaid.snakeyaml.SnakeYamlUnmarshaller
-
- All Implemented Interfaces:
Unmarshaller<String>
public final class SnakeYamlUnmarshaller extends Object implements Unmarshaller<String>
-
-
Constructor Summary
Constructors Constructor Description SnakeYamlUnmarshaller()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SnakeYamlUnmarshallersnakeYamlUnmarshaller(org.yaml.snakeyaml.Yaml yaml)Objectunmarshal(String input)
-
-
-
Method Detail
-
snakeYamlUnmarshaller
public static SnakeYamlUnmarshaller snakeYamlUnmarshaller(org.yaml.snakeyaml.Yaml yaml)
-
unmarshal
public Object unmarshal(String input)
- Specified by:
unmarshalin interfaceUnmarshaller<String>
-
-