public class ReadControllerConfig extends Object
| 构造器和说明 |
|---|
ReadControllerConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addReadAuthor(ReadControllerAuthor readAuthor) |
void |
addReadController(ReadControllers readController) |
void |
addReadDescription(ReadControllerDescription readDescription) |
void |
addReadIgnore(ReadControllerIgnore readIgnore) |
void |
addReadRequestPath(ReadControllerRequestPath readRequestPath) |
void |
addReadShow(ReadControllerShow readShow) |
void |
addReadShowName(ReadControllerShowName readShowName) |
List<ReadControllerAuthor> |
getReadAuthors() |
List<ReadControllers> |
getReadControllers() |
List<ReadControllerDescription> |
getReadDescriptions() |
List<ReadControllerIgnore> |
getReadIgnores() |
List<ReadControllerRequestPath> |
getReadRequestPaths() |
List<ReadControllerShowName> |
getReadShowNames() |
List<ReadControllerShow> |
getReadShows() |
public void addReadAuthor(ReadControllerAuthor readAuthor)
public void addReadDescription(ReadControllerDescription readDescription)
public void addReadIgnore(ReadControllerIgnore readIgnore)
public void addReadRequestPath(ReadControllerRequestPath readRequestPath)
public void addReadController(ReadControllers readController)
public void addReadShow(ReadControllerShow readShow)
public void addReadShowName(ReadControllerShowName readShowName)
public List<ReadControllerAuthor> getReadAuthors()
public List<ReadControllerDescription> getReadDescriptions()
public List<ReadControllerIgnore> getReadIgnores()
public List<ReadControllerRequestPath> getReadRequestPaths()
public List<ReadControllers> getReadControllers()
public List<ReadControllerShow> getReadShows()
public List<ReadControllerShowName> getReadShowNames()
Copyright © 2022. All rights reserved.