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 SummaryNested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfaceNested classes/interfaces inherited from interface com.evolveum.axiom.api.stream.AxiomStreamTargetAxiomStreamTarget.WithContext<N,V> 
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotected
- 
Method SummaryModifier and TypeMethodDescriptionprotected com.evolveum.axiom.api.stream.AxiomBuilderStreamTarget.Buildercurrent()voidendInfra(SourceLocation loc) voidendItem(SourceLocation loc) voidendValue(SourceLocation loc) protected <V extends com.evolveum.axiom.api.stream.AxiomBuilderStreamTarget.Builder>
 Voffer(V builder) protected com.evolveum.axiom.api.stream.AxiomBuilderStreamTarget.Builderpoll()voidstartInfra(AxiomName item, SourceLocation loc) voidstartItem(AxiomName item, SourceLocation loc) voidstartValue(Object value, SourceLocation loc) 
- 
Constructor Details- 
AxiomBuilderStreamTargetprotected AxiomBuilderStreamTarget()
- 
AxiomBuilderStreamTarget
 
- 
- 
Method Details- 
offerprotected <V extends com.evolveum.axiom.api.stream.AxiomBuilderStreamTarget.Builder> V offer(V builder) 
- 
currentprotected com.evolveum.axiom.api.stream.AxiomBuilderStreamTarget.Builder current()
- 
pollprotected com.evolveum.axiom.api.stream.AxiomBuilderStreamTarget.Builder poll()
- 
startValue- Specified by:
- startValuein interface- AxiomStreamTarget<AxiomName,- Object> 
 
- 
endValue- Specified by:
- endValuein interface- AxiomStreamTarget<AxiomName,- Object> 
 
- 
startItem- Specified by:
- startItemin interface- AxiomStreamTarget<AxiomName,- Object> 
 
- 
startInfra- Specified by:
- startInfrain interface- AxiomStreamTarget<AxiomName,- Object> 
 
- 
endInfra- Specified by:
- endInfrain interface- AxiomStreamTarget<AxiomName,- Object> 
 
- 
endItem- Specified by:
- endItemin interface- AxiomStreamTarget<AxiomName,- Object> 
 
- 
currentInfra- Specified by:
- currentInfrain interface- AxiomStreamTarget.WithContext<AxiomName,- Object> 
 
- 
currentType- Specified by:
- currentTypein interface- AxiomStreamTarget.WithContext<AxiomName,- Object> 
 
 
-