Package org.yaml.snakeyaml.representer
Class Representer.RepresentJavaBean
java.lang.Object
org.yaml.snakeyaml.representer.Representer.RepresentJavaBean
- All Implemented Interfaces:
Represent
- Enclosing class:
- Representer
-
Constructor Summary
Constructors -
Method Summary
-
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
-