Package com.evolveum.axiom.api.stream
Interface StreamContext
-
public interface StreamContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AxiomTypeDefinition
currentInfra()
AxiomItemDefinition
currentItem()
AxiomTypeDefinition
valueType()
-
-
-
Method Detail
-
currentInfra
AxiomTypeDefinition currentInfra()
-
valueType
AxiomTypeDefinition valueType()
-
currentItem
AxiomItemDefinition currentItem()
-
-