Class JsonObjectValueResolver
java.lang.Object
io.quarkus.qute.runtime.jsonobject.JsonObjectValueResolver
- All Implemented Interfaces:
io.quarkus.qute.Resolver,io.quarkus.qute.ValueResolver,io.quarkus.qute.WithPriority
A value resolver for
JsonObject.-
Field Summary
Fields inherited from interface io.quarkus.qute.WithPriority
DEFAULT_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.qute.ValueResolver
getCachedResolver, getPriority, getSupportedMethods, getSupportedProperties
-
Constructor Details
-
JsonObjectValueResolver
public JsonObjectValueResolver()
-
-
Method Details
-
appliesTo
public boolean appliesTo(io.quarkus.qute.EvalContext context) - Specified by:
appliesToin interfaceio.quarkus.qute.ValueResolver
-
resolve
- Specified by:
resolvein interfaceio.quarkus.qute.Resolver
-