Uses of Interface
com.evolveum.midpoint.prism.PrismParserNoIO
-
Packages that use PrismParserNoIO Package Description com.evolveum.midpoint.prism com.evolveum.midpoint.schema -
-
Uses of PrismParserNoIO in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return PrismParserNoIO Modifier and Type Method Description @NotNull PrismParserNoIOPrismParserNoIO. compat()@NotNull PrismParserNoIOPrismParserNoIO. context(@NotNull ParsingContext context)@NotNull PrismParserNoIOPrismParserNoIO. definition(ItemDefinition<?> itemDefinition)@NotNull PrismParserNoIOPrismParserNoIO. json()@NotNull PrismParserNoIOPrismParserNoIO. language(@Nullable String language)@NotNull PrismParserNoIOPrismParserNoIO. name(QName itemName)@NotNull PrismParserNoIOPrismContext. parserFor(@NotNull RootXNode xnode)Creates a parser ready to process data from the given XNode tree.@NotNull PrismParserNoIOPrismContext. parserFor(@NotNull String data)Creates a parser ready to process data from the given string.@NotNull PrismParserNoIOPrismContext. parserFor(@NotNull Element element)Creates a parser ready to process data from the given DOM element.@NotNull PrismParserNoIOPrismParserNoIO. strict()@NotNull PrismParserNoIOPrismParserNoIO. type(Class<?> typeClass)@NotNull PrismParserNoIOPrismParserNoIO. type(QName typeName)@NotNull PrismParserNoIOPrismParserNoIO. xml()@NotNull PrismParserNoIOPrismParserNoIO. yaml() -
Uses of PrismParserNoIO in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return PrismParserNoIO Modifier and Type Method Description @NotNull PrismParserNoIOSchemaService. parserFor(@NotNull String serializedForm)
-