Interface ReaderConfig

  • All Known Implementing Classes:
    DefaultReaderConfig

    public interface ReaderConfig
    The ReaderConfig interface defines configuration settings for JAX-RS annotations reader.
    • Method Detail

      • isScanAllResources

        boolean isScanAllResources()
        Checks if all resources, but not those with the Api annotation has to be processed.
        Returns:
        true if all resource has to be processed
      • getIgnoredRoutes

        Collection<String> getIgnoredRoutes()
        Returns paths of resources to be ignored.
        Returns:
        collection of paths