Package | Description |
---|---|
org.apache.cxf.jaxrs | |
org.apache.cxf.jaxrs.client | |
org.apache.cxf.jaxrs.swagger | |
org.apache.cxf.jaxrs.utils |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJAXRSFactoryBean.setModelBeans(UserResource... resources)
Sets the description of root resources.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJAXRSFactoryBean.setModelBeans(List<UserResource> resources)
Sets the description of root resources.
|
void |
AbstractJAXRSFactoryBean.setModelBeansWithServiceClass(List<UserResource> resources,
Class<?>... sClasses)
Sets the description of root resources with the list of concrete classes.
|
void |
JAXRSServiceFactoryBean.setUserResources(List<UserResource> resources) |
void |
JAXRSServiceFactoryBean.setUserResourcesWithServiceClass(List<UserResource> resources,
Class<?>... sClasses) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
JAXRSClientFactory.createFromModel(String baseAddress,
Class<T> cls,
List<UserResource> modelBeans,
List<?> providers,
String configLocation)
Creates a proxy using user resource model
|
static <T> T |
JAXRSClientFactory.createFromModel(String baseAddress,
Class<T> cls,
List<UserResource> modelBeans,
String configLocation)
Creates a proxy using user resource model
|
Modifier and Type | Method and Description |
---|---|
static UserResource |
SwaggerUtils.getUserResource(String loc) |
static UserResource |
SwaggerUtils.getUserResource(String loc,
Bus bus) |
static UserResource |
SwaggerUtils.getUserResourceFromJson(String json) |
Modifier and Type | Method and Description |
---|---|
static List<UserResource> |
SwaggerUtils.getUserResourcesFromResourceObjects(List<String> jsonObjects) |
Modifier and Type | Method and Description |
---|---|
static List<UserResource> |
ResourceUtils.getResourcesFromElement(Element modelEl) |
static List<UserResource> |
ResourceUtils.getUserResources(InputStream is) |
static List<UserResource> |
ResourceUtils.getUserResources(String loc) |
static List<UserResource> |
ResourceUtils.getUserResources(String loc,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
static ClassResourceInfo |
ResourceUtils.createClassResourceInfo(Map<String,UserResource> resources,
UserResource model,
Class<?> defaultClass,
boolean isRoot,
boolean enableStatic,
Bus bus) |
static ClassResourceInfo |
ResourceUtils.createServiceClassResourceInfo(Map<String,UserResource> resources,
UserResource model,
Class<?> sClass,
boolean isRoot,
boolean enableStatic,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
static ClassResourceInfo |
ResourceUtils.createClassResourceInfo(Map<String,UserResource> resources,
UserResource model,
Class<?> defaultClass,
boolean isRoot,
boolean enableStatic,
Bus bus) |
static ClassResourceInfo |
ResourceUtils.createServiceClassResourceInfo(Map<String,UserResource> resources,
UserResource model,
Class<?> sClass,
boolean isRoot,
boolean enableStatic,
Bus bus) |
Apache CXF