Uses of Interface
io.quarkus.qute.ValueResolver
-
-
Uses of ValueResolver in io.quarkus.qute
Classes in io.quarkus.qute that implement ValueResolver Modifier and Type Class Description classReflectionValueResolverThis value resolver can be used to access public members of classes via reflection.Methods in io.quarkus.qute that return ValueResolver Modifier and Type Method Description static ValueResolverValueResolvers. arrayResolver()ValueResolverValueResolverBuilder. build()static ValueResolverValueResolvers. collectionResolver()static ValueResolverValueResolvers. listResolver()static ValueResolverValueResolvers. logicalAndResolver()Performs conditional AND on the base object and the first parameter.static ValueResolverValueResolvers. logicalOrResolver()Performs conditional OR on the base object and the first parameter.static ValueResolverValueResolvers. mapEntryResolver()static ValueResolverValueResolvers. mapperResolver()static ValueResolverValueResolvers. mapResolver()static ValueResolverValueResolvers. orEmpty()Return an empty list if the base object is null or not found.static ValueResolverValueResolvers. orResolver()Returns the default value if the base object isnull, emptyOptionalor not found and the base object otherwise.static ValueResolverValueResolvers. rawResolver()static ValueResolverValueResolvers. thisResolver()static ValueResolverValueResolvers. trueResolver()ReturnsResults#NotFoundif the base object is falsy and the base object otherwise.Methods in io.quarkus.qute that return types with arguments of type ValueResolver Modifier and Type Method Description List<ValueResolver>Engine. getValueResolvers()Methods in io.quarkus.qute with parameters of type ValueResolver Modifier and Type Method Description EngineBuilderEngineBuilder. addValueResolver(ValueResolver resolver)EngineBuilderEngineBuilder. addValueResolvers(ValueResolver... resolvers)Method parameters in io.quarkus.qute with type arguments of type ValueResolver Modifier and Type Method Description EngineBuilderEngineBuilder. addValueResolver(Supplier<ValueResolver> resolverSupplier)
-