public interface ReaderConfig
ReaderConfig
interface defines configuration settings for
JAX-RS annotations reader.Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.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 processedjava.util.Collection<java.lang.String> getIgnoredRoutes()
Copyright © 2020 JBoss by Red Hat. All Rights Reserved.