Uses of Interface
com.evolveum.axiom.api.AxiomPath.Component
-
Packages that use AxiomPath.Component Package Description com.evolveum.axiom.api com.evolveum.axiom.api.schema -
-
Uses of AxiomPath.Component in com.evolveum.axiom.api
Classes in com.evolveum.axiom.api with type parameters of type AxiomPath.Component Modifier and Type Interface Description static interface
AxiomPath.Component<T extends AxiomPath.Component<T>>
Marker interface for AxiomPath ArgumentsSubinterfaces of AxiomPath.Component in com.evolveum.axiom.api Modifier and Type Interface Description static interface
AxiomPath.InfraItem
static interface
AxiomPath.Item
static interface
AxiomPath.Value
static interface
AxiomPath.Variable
Classes in com.evolveum.axiom.api that implement AxiomPath.Component Modifier and Type Class Description class
AxiomInfraName
class
AxiomItemName
class
AxiomValueIdentifier
class
AxiomVariableName
Methods in com.evolveum.axiom.api that return types with arguments of type AxiomPath.Component Modifier and Type Method Description Collection<AxiomPath.Component<?>>
AxiomPath. components()
-
Uses of AxiomPath.Component in com.evolveum.axiom.api.schema
Methods in com.evolveum.axiom.api.schema with parameters of type AxiomPath.Component Modifier and Type Method Description default Optional<? extends AxiomItemDefinition>
AxiomItemDefinition. resolve(AxiomPath.Component<?> key)
-