|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.khubla.pragmatach.plugin.yaml.PragmatachYAML
public class PragmatachYAML
Constructor Summary | |
---|---|
PragmatachYAML()
|
Method Summary | |
---|---|
static void |
fromYAML(Object object,
InputStream inputStream)
convert object from YAML |
static void |
fromYAML(Object object,
String YAML)
convert object from YAML |
static Map<String,String> |
parseYAML(InputStream inputStream)
parse YAML to map |
static Map<String,String> |
parseYAML(String YAML)
parse YAML to map |
static String |
toYAML(Object object)
convert object to YAML |
static void |
toYAML(Object object,
OutputStream outputStream)
convert object to YAML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PragmatachYAML()
Method Detail |
---|
public static void fromYAML(Object object, InputStream inputStream) throws PragmatachException
PragmatachException
public static void fromYAML(Object object, String YAML) throws PragmatachException
PragmatachException
public static Map<String,String> parseYAML(InputStream inputStream) throws PragmatachException
PragmatachException
public static Map<String,String> parseYAML(String YAML) throws PragmatachException
PragmatachException
public static String toYAML(Object object) throws PragmatachException
PragmatachException
public static void toYAML(Object object, OutputStream outputStream) throws PragmatachException
PragmatachException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |