Package com.evolveum.axiom.api.stream
Class AbstractStreamAdapter<N,V>
java.lang.Object
com.evolveum.axiom.api.stream.AbstractStreamAdapter<N,V>
- All Implemented Interfaces:
AxiomStreamTarget<N,
V>
- Direct Known Subclasses:
AntlrStreamToItemStream
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.axiom.api.stream.AxiomStreamTarget
AxiomStreamTarget.WithContext<N,
V> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
endInfra
(SourceLocation loc) void
endItem
(SourceLocation loc) void
endValue
(SourceLocation loc) protected abstract AxiomStreamTarget<?,
?> target()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.evolveum.axiom.api.stream.AxiomStreamTarget
startInfra, startItem, startValue
-
Constructor Details
-
AbstractStreamAdapter
public AbstractStreamAdapter()
-
-
Method Details
-
target
-
endItem
- Specified by:
endItem
in interfaceAxiomStreamTarget<N,
V>
-
endValue
- Specified by:
endValue
in interfaceAxiomStreamTarget<N,
V>
-
endInfra
- Specified by:
endInfra
in interfaceAxiomStreamTarget<N,
V>
-