Class TapirFactoriesBootstrapStrategy

    • Field Detail

      • BOOTSTRAP_RESOURCE_LOCATION

        public static final java.lang.String BOOTSTRAP_RESOURCE_LOCATION
        The location to look for factories.

        Can be present in multiple JAR files.

        Since:
        2.0.0
        See Also:
        Constant Field Values
    • Method Detail

      • getSources

        public java.util.List<java.lang.Object> getSources()
        Description copied from interface: TapirBootstrapStrategy
        Returns the sources which are passed to SpringApplication.run(Object[], String[]).
        Specified by:
        getSources in interface TapirBootstrapStrategy
        Returns:
        Spring application sources
        Since:
        2.0.0
      • getBootstrapConfiguration

        public java.util.Optional<java.lang.String> getBootstrapConfiguration()
        Returns the annotation processor's class name for the given processorKey.
        Returns:
        the annotation processor. Optional as it is possible that there is no registered annotation processor.