Class JsonObjectValueResolver
java.lang.Object
io.quarkus.qute.runtime.jsonobject.JsonObjectValueResolver
- All Implemented Interfaces:
Resolver,ValueResolver,WithPriority
A value resolver for
JsonObject.-
Field Summary
Fields inherited from interface io.quarkus.qute.WithPriority
DEFAULT_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanappliesTo(EvalContext context) resolve(EvalContext context) 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
-
Constructor Details
-
JsonObjectValueResolver
public JsonObjectValueResolver()
-
-
Method Details
-
appliesTo
- Specified by:
appliesToin interfaceValueResolver
-
resolve
-