Class QuteProcessor.ExistingValueResolvers

java.lang.Object
io.quarkus.qute.deployment.QuteProcessor.ExistingValueResolvers
Enclosing class:
QuteProcessor

static class QuteProcessor.ExistingValueResolvers extends Object
Tracks non-application value resolvers that have already been generated. There is no need to spend time generating them again on a hot reload.
  • Field Details

    • identifiersToGeneratedClass

      final Map<String,String> identifiersToGeneratedClass
  • Constructor Details

    • ExistingValueResolvers

      ExistingValueResolvers()
  • Method Details

    • contains

      boolean contains(org.jboss.jandex.MethodInfo extensionMethod)
    • getGeneratedClass

      String getGeneratedClass(org.jboss.jandex.MethodInfo extensionMethod)
    • add

      void add(org.jboss.jandex.MethodInfo extensionMethod, String className, Predicate<org.jboss.jandex.DotName> applicationClassPredicate)