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:Represent
Create a Node- Specified by:
representData
in interfaceRepresent
- Parameters:
data
- the instance to represent- Returns:
- Node to dump
-