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)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.quantummaid.mapmaid.mapper.marshalling.Unmarshaller
acceptsNull
-
-
-
-
Method Detail
-
snakeYamlUnmarshaller
public static SnakeYamlUnmarshaller snakeYamlUnmarshaller(org.yaml.snakeyaml.Yaml yaml)
-
unmarshal
public Object unmarshal(String input)
- Specified by:
unmarshalin interfaceUnmarshaller<String>
-
-