Uses of Class
net.webpdf.wsclient.openapi.ServerConfigHostFilterMapping
-
Packages that use ServerConfigHostFilterMapping Package Description net.webpdf.wsclient.openapi -
-
Uses of ServerConfigHostFilterMapping in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ServerConfigHostFilterMapping Modifier and Type Method Description ServerConfigHostFilterMappingServerConfigHostFilterMapping. pattern(String pattern)Methods in net.webpdf.wsclient.openapi that return types with arguments of type ServerConfigHostFilterMapping Modifier and Type Method Description @Nullable List<ServerConfigHostFilterMapping>ServerConfigHostFilter. getMapping()Get mappingMethods in net.webpdf.wsclient.openapi with parameters of type ServerConfigHostFilterMapping Modifier and Type Method Description ServerConfigHostFilterServerConfigHostFilter. addMappingItem(ServerConfigHostFilterMapping mappingItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type ServerConfigHostFilterMapping Modifier and Type Method Description ServerConfigHostFilterServerConfigHostFilter. mapping(List<ServerConfigHostFilterMapping> mapping)voidServerConfigHostFilter. setMapping(List<ServerConfigHostFilterMapping> mapping)
-