Package com.evolveum.axiom.api.stream
Class AxiomBuilderStreamTarget
java.lang.Object
com.evolveum.axiom.api.stream.AxiomBuilderStreamTarget
- All Implemented Interfaces:
AxiomItemStream.Target
,AxiomItemStream.TargetWithContext
,AxiomStreamTarget<AxiomName,
,Object> AxiomStreamTarget.WithContext<AxiomName,
Object>
- Direct Known Subclasses:
AxiomItemTarget
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static interface
Nested classes/interfaces inherited from interface com.evolveum.axiom.api.stream.AxiomStreamTarget
AxiomStreamTarget.WithContext<N,
V> -
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.evolveum.axiom.api.stream.AxiomBuilderStreamTarget.Builder
current()
void
endInfra
(SourceLocation loc) void
endItem
(SourceLocation loc) void
endValue
(SourceLocation loc) protected <V extends com.evolveum.axiom.api.stream.AxiomBuilderStreamTarget.Builder>
Voffer
(V builder) protected com.evolveum.axiom.api.stream.AxiomBuilderStreamTarget.Builder
poll()
void
startInfra
(AxiomName item, SourceLocation loc) void
startItem
(AxiomName item, SourceLocation loc) void
startValue
(Object value, SourceLocation loc)
-
Constructor Details
-
AxiomBuilderStreamTarget
protected AxiomBuilderStreamTarget() -
AxiomBuilderStreamTarget
-
-
Method Details
-
offer
protected <V extends com.evolveum.axiom.api.stream.AxiomBuilderStreamTarget.Builder> V offer(V builder) -
current
protected com.evolveum.axiom.api.stream.AxiomBuilderStreamTarget.Builder current() -
poll
protected com.evolveum.axiom.api.stream.AxiomBuilderStreamTarget.Builder poll() -
startValue
- Specified by:
startValue
in interfaceAxiomStreamTarget<AxiomName,
Object>
-
endValue
- Specified by:
endValue
in interfaceAxiomStreamTarget<AxiomName,
Object>
-
startItem
- Specified by:
startItem
in interfaceAxiomStreamTarget<AxiomName,
Object>
-
startInfra
- Specified by:
startInfra
in interfaceAxiomStreamTarget<AxiomName,
Object>
-
endInfra
- Specified by:
endInfra
in interfaceAxiomStreamTarget<AxiomName,
Object>
-
endItem
- Specified by:
endItem
in interfaceAxiomStreamTarget<AxiomName,
Object>
-
currentInfra
- Specified by:
currentInfra
in interfaceAxiomStreamTarget.WithContext<AxiomName,
Object>
-
currentType
- Specified by:
currentType
in interfaceAxiomStreamTarget.WithContext<AxiomName,
Object>
-