Uses of Class
org.apache.cxf.jaxrs.model.ClassResourceInfo
-
-
Uses of ClassResourceInfo in org.apache.cxf.jaxrs
Fields in org.apache.cxf.jaxrs with type parameters of type ClassResourceInfo Modifier and Type Field Description protected List<ClassResourceInfo>JAXRSServiceFactoryBean. classResourceInfosMethods in org.apache.cxf.jaxrs that return ClassResourceInfo Modifier and Type Method Description protected ClassResourceInfoJAXRSServiceFactoryBean. addClassResourceInfo(ClassResourceInfo cri)protected ClassResourceInfoJAXRSServiceFactoryBean. createResourceInfo(Class<?> cls, boolean isRoot)Methods in org.apache.cxf.jaxrs that return types with arguments of type ClassResourceInfo Modifier and Type Method Description List<ClassResourceInfo>JAXRSServiceFactoryBean. getClassResourceInfo()List<ClassResourceInfo>JAXRSServiceImpl. getClassResourceInfos()Methods in org.apache.cxf.jaxrs with parameters of type ClassResourceInfo Modifier and Type Method Description protected ClassResourceInfoJAXRSServiceFactoryBean. addClassResourceInfo(ClassResourceInfo cri)protected MethodJAXRSInvoker. getMethodToInvoke(ClassResourceInfo cri, OperationResourceInfo ori, Object resourceObject)protected booleanAbstractJAXRSFactoryBean. isValidClassResourceInfo(ClassResourceInfo cri)protected voidJAXRSServerFactoryBean. setDefaultResourceProvider(ClassResourceInfo cri)Constructor parameters in org.apache.cxf.jaxrs with type arguments of type ClassResourceInfo Constructor Description JAXRSServiceImpl(List<ClassResourceInfo> cri)JAXRSServiceImpl(List<ClassResourceInfo> cri, boolean create)JAXRSServiceImpl(List<ClassResourceInfo> cri, QName qname) -
Uses of ClassResourceInfo in org.apache.cxf.jaxrs.client
Fields in org.apache.cxf.jaxrs.client declared as ClassResourceInfo Modifier and Type Field Description protected ClassResourceInfoClientProxyImpl. criMethods in org.apache.cxf.jaxrs.client with parameters of type ClassResourceInfo Modifier and Type Method Description protected ClientProxyImplJAXRSClientFactoryBean. createClientProxy(ClassResourceInfo cri, boolean isRoot, ClientState actualState, Object[] varValues)Constructors in org.apache.cxf.jaxrs.client with parameters of type ClassResourceInfo Constructor Description ClientProxyImpl(URI baseURI, ClassLoader loader, ClassResourceInfo cri, boolean isRoot, boolean inheritHeaders, Object... varValues)ClientProxyImpl(URI baseURI, ClassLoader loader, ClassResourceInfo cri, boolean isRoot, boolean inheritHeaders, Map<String,Object> properties, Object... varValues)ClientProxyImpl(ClientState initialState, ClassLoader loader, ClassResourceInfo cri, boolean isRoot, boolean inheritHeaders, Object... varValues) -
Uses of ClassResourceInfo in org.apache.cxf.jaxrs.common.openapi
Method parameters in org.apache.cxf.jaxrs.common.openapi with type arguments of type ClassResourceInfo Modifier and Type Method Description static javax.ws.rs.core.ApplicationDefaultApplicationFactory. createApplication(List<ClassResourceInfo> cris, Set<String> resourcePackages) -
Uses of ClassResourceInfo in org.apache.cxf.jaxrs.ext
Methods in org.apache.cxf.jaxrs.ext with parameters of type ClassResourceInfo Modifier and Type Method Description intResourceComparator. compare(ClassResourceInfo cri1, ClassResourceInfo cri2, Message message)Compares two resource classes -
Uses of ClassResourceInfo in org.apache.cxf.jaxrs.model
Methods in org.apache.cxf.jaxrs.model that return ClassResourceInfo Modifier and Type Method Description ClassResourceInfoClassResourceInfo. findResource(Class<?> typedClass, Class<?> instanceClass)ClassResourceInfoOperationResourceInfo. getClassResourceInfo()ClassResourceInfoClassResourceInfo. getParent()ClassResourceInfoClassResourceInfo. getSubResource(Class<?> typedClass, Class<?> instanceClass)ClassResourceInfoClassResourceInfo. getSubResource(Class<?> typedClass, Class<?> instanceClass, Object instance)ClassResourceInfoClassResourceInfo. getSubResource(Class<?> typedClass, Class<?> instanceClass, Object instance, boolean resolveContexts, Message message)Methods in org.apache.cxf.jaxrs.model that return types with arguments of type ClassResourceInfo Modifier and Type Method Description Collection<ClassResourceInfo>ClassResourceInfo. getSubResources()Methods in org.apache.cxf.jaxrs.model with parameters of type ClassResourceInfo Modifier and Type Method Description voidClassResourceInfo. addSubClassResourceInfo(ClassResourceInfo cri)intClassResourceInfoComparator. compare(ClassResourceInfo cr1, ClassResourceInfo cr2)voidClassResourceInfo. setParent(ClassResourceInfo parent)Constructors in org.apache.cxf.jaxrs.model with parameters of type ClassResourceInfo Constructor Description ClassResourceInfo(ClassResourceInfo cri)OperationResourceInfo(Method mInvoke, Method mAnnotated, ClassResourceInfo cri)OperationResourceInfo(Method mInvoke, ClassResourceInfo cri)OperationResourceInfo(Method m, ClassResourceInfo cri, URITemplate template, String httpVerb, String consumeMediaTypes, String produceMediaTypes, List<Parameter> params, boolean oneway) -
Uses of ClassResourceInfo in org.apache.cxf.jaxrs.model.doc
Methods in org.apache.cxf.jaxrs.model.doc with parameters of type ClassResourceInfo Modifier and Type Method Description StringDocumentationProvider. getClassDoc(ClassResourceInfo cri)StringJavaDocProvider. getClassDoc(ClassResourceInfo cri) -
Uses of ClassResourceInfo in org.apache.cxf.jaxrs.model.wadl
Methods in org.apache.cxf.jaxrs.model.wadl that return types with arguments of type ClassResourceInfo Modifier and Type Method Description List<ClassResourceInfo>WadlGenerator. getResourcesList(Message m, javax.ws.rs.core.UriInfo ui)Methods in org.apache.cxf.jaxrs.model.wadl with parameters of type ClassResourceInfo Modifier and Type Method Description StringResourceIdGenerator. getClassResourceId(ClassResourceInfo cri)protected voidWadlGenerator. handleClassJavaDocs(ClassResourceInfo cri, StringBuilder sb)protected voidWadlGenerator. handleDynamicSubresource(StringBuilder sb, Set<Class<?>> jaxbTypes, ElementQNameResolver qnameResolver, Map<Class<?>,QName> clsMap, OperationResourceInfo ori, ClassResourceInfo subcri, boolean isJson)protected voidWadlGenerator. handleResource(StringBuilder sb, Set<Class<?>> jaxbTypes, ElementQNameResolver qnameResolver, Map<Class<?>,QName> clsMap, ClassResourceInfo cri, Set<ClassResourceInfo> visitedResources, boolean isJson)protected voidWadlGenerator. startResourceTag(StringBuilder sb, ClassResourceInfo cri, String path)Method parameters in org.apache.cxf.jaxrs.model.wadl with type arguments of type ClassResourceInfo Modifier and Type Method Description StringBuilderWadlGenerator. generateWADL(String baseURI, List<ClassResourceInfo> cris, boolean isJson, Message m, javax.ws.rs.core.UriInfo ui) -
Uses of ClassResourceInfo in org.apache.cxf.jaxrs.openapi
Fields in org.apache.cxf.jaxrs.openapi with type parameters of type ClassResourceInfo Modifier and Type Field Description protected List<ClassResourceInfo>OpenApiCustomizer. crisMethod parameters in org.apache.cxf.jaxrs.openapi with type arguments of type ClassResourceInfo Modifier and Type Method Description voidOpenApiCustomizer. setClassResourceInfos(List<ClassResourceInfo> classResourceInfos) -
Uses of ClassResourceInfo in org.apache.cxf.jaxrs.provider
Method parameters in org.apache.cxf.jaxrs.provider with type arguments of type ClassResourceInfo Modifier and Type Method Description voidServerProviderFactory. applyDynamicFeatures(List<ClassResourceInfo> list)voidAbstractConfigurableProvider. init(List<ClassResourceInfo> resources)Gives providers a chance to introspect the JAX-RS model classes.voidAbstractJAXBProvider. init(List<ClassResourceInfo> cris)voidProviderFactory. initProviders(List<ClassResourceInfo> cris) -
Uses of ClassResourceInfo in org.apache.cxf.jaxrs.swagger
Fields in org.apache.cxf.jaxrs.swagger with type parameters of type ClassResourceInfo Modifier and Type Field Description protected List<ClassResourceInfo>Swagger2Customizer. crisMethod parameters in org.apache.cxf.jaxrs.swagger with type arguments of type ClassResourceInfo Modifier and Type Method Description voidSwagger2Customizer. setClassResourceInfos(List<ClassResourceInfo> classResourceInfos) -
Uses of ClassResourceInfo in org.apache.cxf.jaxrs.utils
Methods in org.apache.cxf.jaxrs.utils that return ClassResourceInfo Modifier and Type Method Description static ClassResourceInfoResourceUtils. createClassResourceInfo(Class<?> rClass, Class<?> sClass, boolean root, boolean enableStatic)static ClassResourceInfoResourceUtils. createClassResourceInfo(Class<?> rClass, Class<?> sClass, boolean root, boolean enableStatic, Bus bus)static ClassResourceInfoResourceUtils. createClassResourceInfo(Class<?> rClass, Class<?> sClass, ClassResourceInfo parent, boolean root, boolean enableStatic, Bus bus)static ClassResourceInfoResourceUtils. createClassResourceInfo(Class<?> rClass, Class<?> sClass, ClassResourceInfo parent, boolean root, boolean enableStatic, Bus bus, List<javax.ws.rs.core.MediaType> defaultConsumes, List<javax.ws.rs.core.MediaType> defaultProduces)static ClassResourceInfoResourceUtils. createClassResourceInfo(Map<String,UserResource> resources, UserResource model, Class<?> defaultClass, boolean isRoot, boolean enableStatic, Bus bus)static ClassResourceInfoResourceUtils. createServiceClassResourceInfo(Map<String,UserResource> resources, UserResource model, Class<?> sClass, boolean isRoot, boolean enableStatic, Bus bus)static ClassResourceInfoJAXRSUtils. getRootResource(Message m)Methods in org.apache.cxf.jaxrs.utils that return types with arguments of type ClassResourceInfo Modifier and Type Method Description static List<ClassResourceInfo>JAXRSUtils. getRootResources(Message message)static Map<ClassResourceInfo,javax.ws.rs.core.MultivaluedMap<String,String>>JAXRSUtils. selectResourceClass(List<ClassResourceInfo> resources, String path, Message message)Methods in org.apache.cxf.jaxrs.utils with parameters of type ClassResourceInfo Modifier and Type Method Description static ClassResourceInfoResourceUtils. createClassResourceInfo(Class<?> rClass, Class<?> sClass, ClassResourceInfo parent, boolean root, boolean enableStatic, Bus bus)static ClassResourceInfoResourceUtils. createClassResourceInfo(Class<?> rClass, Class<?> sClass, ClassResourceInfo parent, boolean root, boolean enableStatic, Bus bus, List<javax.ws.rs.core.MediaType> defaultConsumes, List<javax.ws.rs.core.MediaType> defaultProduces)static StringJAXRSUtils. getUriTemplate(Message message, ClassResourceInfo cri, OperationResourceInfo ori)Get path URI template, combining base path, class & method templatesstatic StringJAXRSUtils. getUriTemplate(Message message, ClassResourceInfo cri, OperationResourceInfo ori, OperationResourceInfo subOri)Get path URI template, combining base path, class & method & subresource templatesMethod parameters in org.apache.cxf.jaxrs.utils with type arguments of type ClassResourceInfo Modifier and Type Method Description static javax.ws.rs.core.ResponseJAXRSUtils. createResponse(List<ClassResourceInfo> cris, Message msg, String responseMessage, int status, boolean addAllow)static OperationResourceInfoJAXRSUtils. findTargetMethod(Map<ClassResourceInfo,javax.ws.rs.core.MultivaluedMap<String,String>> matchedResources, Message message, String httpMethod, javax.ws.rs.core.MultivaluedMap<String,String> matchedValues, String requestContentType, List<javax.ws.rs.core.MediaType> acceptContentTypes)static OperationResourceInfoJAXRSUtils. findTargetMethod(Map<ClassResourceInfo,javax.ws.rs.core.MultivaluedMap<String,String>> matchedResources, Message message, String httpMethod, javax.ws.rs.core.MultivaluedMap<String,String> matchedValues, String requestContentType, List<javax.ws.rs.core.MediaType> acceptContentTypes, boolean throwException, boolean recordMatchedUri)static ResourceTypesResourceUtils. getAllRequestResponseTypes(List<ClassResourceInfo> cris, boolean jaxbOnly)static ResourceTypesResourceUtils. getAllRequestResponseTypes(List<ClassResourceInfo> cris, boolean jaxbOnly, javax.ws.rs.ext.MessageBodyWriter<?> jaxbWriter)static Map<ClassResourceInfo,javax.ws.rs.core.MultivaluedMap<String,String>>JAXRSUtils. selectResourceClass(List<ClassResourceInfo> resources, String path, Message message) -
Uses of ClassResourceInfo in org.apache.cxf.microprofile.client
Methods in org.apache.cxf.microprofile.client that return ClassResourceInfo Modifier and Type Method Description protected ClassResourceInfoMicroProfileServiceFactoryBean. createResourceInfo(Class<?> cls, boolean isRoot)Methods in org.apache.cxf.microprofile.client with parameters of type ClassResourceInfo Modifier and Type Method Description protected ClientProxyImplMicroProfileClientFactoryBean. createClientProxy(ClassResourceInfo cri, boolean isRoot, ClientState actualState, Object[] varValues) -
Uses of ClassResourceInfo in org.apache.cxf.microprofile.client.proxy
Constructors in org.apache.cxf.microprofile.client.proxy with parameters of type ClassResourceInfo Constructor Description MicroProfileClientProxyImpl(URI baseURI, ClassLoader loader, ClassResourceInfo cri, boolean isRoot, boolean inheritHeaders, ExecutorService executorService, javax.ws.rs.core.Configuration configuration, CDIInterceptorWrapper interceptorWrapper, TLSConfiguration tlsConfig, Object... varValues)MicroProfileClientProxyImpl(ClientState initialState, ClassLoader loader, ClassResourceInfo cri, boolean isRoot, boolean inheritHeaders, ExecutorService executorService, javax.ws.rs.core.Configuration configuration, CDIInterceptorWrapper interceptorWrapper, TLSConfiguration tlsConfig, Object... varValues)
-