public interface ReaderConfig
ReaderConfig interface defines configuration settings for
JAX-RS annotations reader.| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getIgnoredRoutes()
Returns paths of resources to be ignored.
|
boolean |
isScanAllResources()
Checks if all resources, but not those with the
Api annotation has to be processed. |
boolean isScanAllResources()
Api annotation has to be processed.true if all resource has to be processedCollection<String> getIgnoredRoutes()
Copyright © 2018. All Rights Reserved.