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