|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.yaml.snakeyaml.Dumper
public final class Dumper
Field Summary | |
---|---|
protected DumperOptions |
options
Deprecated. |
protected Representer |
representer
Deprecated. |
Constructor Summary | |
---|---|
Dumper()
Deprecated. |
|
Dumper(DumperOptions options)
Deprecated. |
|
Dumper(Representer representer)
Deprecated. |
|
Dumper(Representer representer,
DumperOptions options)
Deprecated. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final Representer representer
protected final DumperOptions options
Constructor Detail |
---|
public Dumper(Representer representer, DumperOptions options)
public Dumper(DumperOptions options)
public Dumper(Representer representer)
public Dumper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |