SnakeYAML 1.8-redhat-2

org.yaml.snakeyaml.representer
Interface Represent

All Known Implementing Classes:
Representer.RepresentJavaBean

public interface Represent

Create a Node Graph out of the provided Native Data Structure (Java instance).

See Also:
http://yaml.org/spec/1.1/#id859109

Method Summary
 Node representData(Object data)
          Create a Node
 

Method Detail

representData

Node representData(Object data)
Create a Node

Parameters:
data - the instance to represent
Returns:
Node to dump

SnakeYAML 1.8-redhat-2

Copyright © 2008-2012 JBoss by Red Hat. All Rights Reserved.