Uses of Class
com.evolveum.axiom.concepts.Lazy
-
Packages that use Lazy Package Description com.evolveum.axiom.concepts com.evolveum.axiom.lang.api com.evolveum.axiom.lang.impl -
-
Uses of Lazy in com.evolveum.axiom.concepts
Methods in com.evolveum.axiom.concepts that return Lazy Modifier and Type Method Description static <T> Lazy<T>Lazy. from(Lazy.Supplier<? extends T> supplier)static <T> Lazy<T>Lazy. instant(T value)static <T> Lazy<T>Lazy. nullValue() -
Uses of Lazy in com.evolveum.axiom.lang.api
Fields in com.evolveum.axiom.lang.api declared as Lazy Modifier and Type Field Description static Lazy<Map<AxiomName,AxiomItemDefinition>>AxiomBuiltIn. EMPTYprotected static Lazy<AxiomIdentifierDefinition>AxiomBuiltIn.Item. NAME_IDENTIFIERstatic Lazy<AxiomItemDefinition>AxiomBuiltIn. NO_ARGUMENT -
Uses of Lazy in com.evolveum.axiom.lang.impl
Fields in com.evolveum.axiom.lang.impl declared as Lazy Modifier and Type Field Description static Lazy<AxiomSchemaContext>ModelReactorContext. BASE_LANGUAGEMethods in com.evolveum.axiom.lang.impl that return Lazy Modifier and Type Method Description static Lazy<AxiomModelStatementSource>ModelReactorContext. sourceFromResource(String axiomModelResource)
-