Uses of Interface
io.swagger.jaxrs.config.ReaderConfig
-
Packages that use ReaderConfig Package Description io.swagger.jaxrs io.swagger.jaxrs.config -
-
Uses of ReaderConfig in io.swagger.jaxrs
Methods in io.swagger.jaxrs that return ReaderConfig Modifier and Type Method Description ReaderConfigReader. getConfig()Constructors in io.swagger.jaxrs with parameters of type ReaderConfig Constructor Description Reader(io.swagger.models.Swagger swagger, ReaderConfig config) -
Uses of ReaderConfig in io.swagger.jaxrs.config
Classes in io.swagger.jaxrs.config that implement ReaderConfig Modifier and Type Class Description classDefaultReaderConfigTheReaderConfiginterface defines configuration settings for JAX-RS annotations reader.Methods in io.swagger.jaxrs.config that return ReaderConfig Modifier and Type Method Description static ReaderConfigReaderConfigUtils. getReaderConfig(javax.servlet.ServletContext context)Constructors in io.swagger.jaxrs.config with parameters of type ReaderConfig Constructor Description DefaultReaderConfig(ReaderConfig src)Creates a copy of passed configuration.
-