Class FacesAnnotationProviderAotProcessor

java.lang.Object
org.joinfaces.autoconfigure.FacesAnnotationProviderAotProcessor
All Implemented Interfaces:
org.springframework.beans.factory.aot.BeanFactoryInitializationAotProcessor
Direct Known Subclasses:
MojarraAnnotationProviderAotProcessor, MyFacesAnnotationProviderAotProcessor

public abstract class FacesAnnotationProviderAotProcessor extends Object implements org.springframework.beans.factory.aot.BeanFactoryInitializationAotProcessor
  • Constructor Details

    • FacesAnnotationProviderAotProcessor

      public FacesAnnotationProviderAotProcessor()
  • Method Details

    • processAheadOfTime

      public org.springframework.beans.factory.aot.BeanFactoryInitializationAotContribution processAheadOfTime(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
      Specified by:
      processAheadOfTime in interface org.springframework.beans.factory.aot.BeanFactoryInitializationAotProcessor
    • getSpiClassName

      protected abstract String getSpiClassName()