Uses of Class
org.apache.cxf.jaxrs.model.UserApplication
-
Packages that use UserApplication Package Description org.apache.cxf.jaxrs.openapi.parse org.apache.cxf.jaxrs.swagger.parse -
-
Uses of UserApplication in org.apache.cxf.jaxrs.openapi.parse
Methods in org.apache.cxf.jaxrs.openapi.parse that return UserApplication Modifier and Type Method Description static UserApplicationOpenApiParseUtils. getUserApplication(String loc)static UserApplicationOpenApiParseUtils. getUserApplication(String loc, Bus bus)static UserApplicationOpenApiParseUtils. getUserApplication(String loc, Bus bus, ParseConfiguration cfg)static UserApplicationOpenApiParseUtils. getUserApplicationFromJson(String json)static UserApplicationOpenApiParseUtils. getUserApplicationFromJson(String json, ParseConfiguration cfg)static UserApplicationOpenApiParseUtils. getUserApplicationFromStream(InputStream is)static UserApplicationOpenApiParseUtils. getUserApplicationFromStream(InputStream is, ParseConfiguration cfg) -
Uses of UserApplication in org.apache.cxf.jaxrs.swagger.parse
Methods in org.apache.cxf.jaxrs.swagger.parse that return UserApplication Modifier and Type Method Description static UserApplicationSwaggerParseUtils. getUserApplication(String loc)static UserApplicationSwaggerParseUtils. getUserApplication(String loc, Bus bus)static UserApplicationSwaggerParseUtils. getUserApplication(String loc, Bus bus, ParseConfiguration cfg)static UserApplicationSwaggerParseUtils. getUserApplicationFromJson(String json)static UserApplicationSwaggerParseUtils. getUserApplicationFromJson(String json, ParseConfiguration cfg)static UserApplicationSwaggerParseUtils. getUserApplicationFromStream(InputStream is)static UserApplicationSwaggerParseUtils. getUserApplicationFromStream(InputStream is, ParseConfiguration cfg)
-