Package com.soffid.iam.service.impl
Class Yaml2Json
- java.lang.Object
-
- com.soffid.iam.service.impl.Yaml2Json
-
public class Yaml2Json extends Object
-
-
Constructor Summary
Constructors Constructor Description Yaml2Json()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIndent()
static void
main(String[] args)
void
readLine()
String
transform(Reader src)
String
transform(String src)
-
-
-
Method Detail
-
transform
public String transform(String src) throws IOException
- Throws:
IOException
-
transform
public String transform(Reader src) throws IOException
- Throws:
IOException
-
getIndent
public String getIndent()
-
readLine
public void readLine() throws IOException
- Throws:
IOException
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-