Package io.quarkus.qute.runtime
Class PropertyNotFoundNoop
- java.lang.Object
-
- io.quarkus.qute.runtime.PropertyNotFoundNoop
-
- All Implemented Interfaces:
ResultMapper,WithPriority
class PropertyNotFoundNoop extends Object implements ResultMapper
-
-
Field Summary
-
Fields inherited from interface io.quarkus.qute.WithPriority
DEFAULT_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description PropertyNotFoundNoop()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanappliesTo(TemplateNode.Origin origin, Object result)intgetPriority()Stringmap(Object result, Expression expression)
-
-
-
Method Detail
-
getPriority
public int getPriority()
- Specified by:
getPriorityin interfaceWithPriority
-
appliesTo
public boolean appliesTo(TemplateNode.Origin origin, Object result)
- Specified by:
appliesToin interfaceResultMapper
-
map
public String map(Object result, Expression expression)
- Specified by:
mapin interfaceResultMapper
-
-