|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.yaml.snakeyaml.Loader
public class Loader
| Field Summary | |
|---|---|
protected BaseConstructor |
constructor
Deprecated. |
protected Resolver |
resolver
Deprecated. |
| Constructor Summary | |
|---|---|
Loader()
Deprecated. |
|
Loader(BaseConstructor constructor)
Deprecated. |
|
| Method Summary | |
|---|---|
Node |
compose(Reader yaml)
Deprecated. Parse the first YAML document in a stream and produce the corresponding representation tree. |
Iterable<Node> |
composeAll(Reader yaml)
Deprecated. Parse all YAML documents in a stream and produce corresponding representation trees. |
Object |
load(Reader io)
Deprecated. |
Iterable<Object> |
loadAll(Reader yaml)
Deprecated. |
Iterable<Event> |
parse(Reader yaml)
Deprecated. Parse a YAML stream and produce parsing events. |
void |
setBeanAccess(BeanAccess beanAccess)
Deprecated. |
void |
setResolver(Resolver resolver)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final BaseConstructor constructor
protected Resolver resolver
| Constructor Detail |
|---|
public Loader(BaseConstructor constructor)
public Loader()
| Method Detail |
|---|
public void setBeanAccess(BeanAccess beanAccess)
public Object load(Reader io)
public Iterable<Object> loadAll(Reader yaml)
public Node compose(Reader yaml)
yaml - YAML document
public Iterable<Node> composeAll(Reader yaml)
yaml - stream of YAML documents
public void setResolver(Resolver resolver)
public Iterable<Event> parse(Reader yaml)
yaml - YAML document(s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||