Class 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 Detail

      • identifiersToGeneratedClass

        final Map<String,​String> identifiersToGeneratedClass
    • Constructor Detail

      • ExistingValueResolvers

        ExistingValueResolvers()
    • Method Detail

      • 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)