Class PropertyNotFoundThrowException

java.lang.Object
net.snemeis.PropertyNotFoundThrowException
All Implemented Interfaces:
io.quarkus.qute.ResultMapper, io.quarkus.qute.WithPriority

public class PropertyNotFoundThrowException extends Object implements io.quarkus.qute.ResultMapper
  • Constructor Details

    • PropertyNotFoundThrowException

      public PropertyNotFoundThrowException()
  • Method Details

    • getPriority

      public int getPriority()
      Specified by:
      getPriority in interface io.quarkus.qute.WithPriority
    • appliesTo

      public boolean appliesTo(io.quarkus.qute.TemplateNode.Origin origin, Object result)
      Specified by:
      appliesTo in interface io.quarkus.qute.ResultMapper
    • map

      public String map(Object result, io.quarkus.qute.Expression expression)
      Specified by:
      map in interface io.quarkus.qute.ResultMapper