public class ReadControllerConfig extends Object
| 构造器和说明 |
|---|
ReadControllerConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addReadAuthorFilter(ReadControllerAuthor readAuthor) |
void |
addReadControllerFilter(ReadControllers readController) |
void |
addReadDescriptionFilter(ReadControllerDescription readDescription) |
void |
addReadIgnoreFilter(ReadControllerIgnore readIgnore) |
void |
addReadRequestPathFilter(ReadControllerRequestPath readRequestPath) |
void |
addReadShowFilter(ReadControllerShow readShow) |
void |
addReadShowNameFilter(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 addReadAuthorFilter(ReadControllerAuthor readAuthor)
public void addReadDescriptionFilter(ReadControllerDescription readDescription)
public void addReadIgnoreFilter(ReadControllerIgnore readIgnore)
public void addReadRequestPathFilter(ReadControllerRequestPath readRequestPath)
public void addReadControllerFilter(ReadControllers readController)
public void addReadShowFilter(ReadControllerShow readShow)
public void addReadShowNameFilter(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.