Module org.yaml.snakeyaml
Package org.yaml.snakeyaml.representer
Class Representer.RepresentJavaBean
java.lang.Object
org.yaml.snakeyaml.representer.Representer.RepresentJavaBean
- All Implemented Interfaces:
Represent
- Enclosing class:
- Representer
protected class Representer.RepresentJavaBean extends java.lang.Object implements Represent
-
Constructor Summary
Constructors Modifier Constructor Description protectedRepresentJavaBean() -
Method Summary
Modifier and Type Method Description NoderepresentData(java.lang.Object data)Create a Node
-
Constructor Details
-
RepresentJavaBean
protected RepresentJavaBean()
-
-
Method Details
-
representData
Description copied from interface:RepresentCreate a Node- Specified by:
representDatain interfaceRepresent- Parameters:
data- the instance to represent- Returns:
- Node to dump
-