Uses of Class
io.quarkus.qute.ValueResolverBuilder
-
Uses of ValueResolverBuilder in io.quarkus.qute
Methods in io.quarkus.qute that return ValueResolverBuilderModifier and TypeMethodDescriptionValueResolverBuilder.appliesTo(Predicate<EvalContext> predicate) TheValueResolver.appliesTo(EvalContext)logic defined earlier is replaced with the specified predicate.ValueResolverBuilder.applyToBaseClass(Class<?> baseClass) And applies to a part of an expression where the base class is assignable to the specified class.ValueResolverBuilder.applyToName(String name) And applies to a part of an expression where the name is equal to the specified value.ValueResolverBuilder.applyToNoParameters()And applies to a part of an expression where the number of parameters is equal to zero.ValueResolverBuilder.applyToParameters(int size) And applies to a part of an expression where the number of parameters is equal to the specified size.static ValueResolverBuilderValueResolver.builder()ValueResolverBuilder.priority(int value) ValueResolverBuilder.resolveAsync(Function<EvalContext, CompletionStage<Object>> fun) ValueResolverBuilder.resolveSync(Function<EvalContext, Object> fun) ValueResolverBuilder.resolveWith(Object value)