public class StringRepresentations extends Object
| Constructor and Description |
|---|
StringRepresentations() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
fromStringRepresetation(Class<T> type,
String string) |
static Object |
fromStringRepresetation(String string) |
static String |
stringRepresentationOf(Object object)
Convert the given object to a string representation using YAML.
|
Copyright © 2017. All rights reserved.