Package io.quarkus.qute.runtime
Class PropertyNotFoundNoop
java.lang.Object
io.quarkus.qute.runtime.PropertyNotFoundNoop
- All Implemented Interfaces:
ResultMapper
,WithPriority
-
Field Summary
Fields inherited from interface io.quarkus.qute.WithPriority
DEFAULT_PRIORITY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
appliesTo
(TemplateNode.Origin origin, Object result) int
map
(Object result, Expression expression)
-
Constructor Details
-
PropertyNotFoundNoop
PropertyNotFoundNoop()
-
-
Method Details
-
getPriority
public int getPriority()- Specified by:
getPriority
in interfaceWithPriority
-
appliesTo
- Specified by:
appliesTo
in interfaceResultMapper
-
map
- Specified by:
map
in interfaceResultMapper
-