Package org.apache.cxf.jaxrs.model
Class ProviderInfo<T>
java.lang.Object
org.apache.cxf.jaxrs.model.AbstractResourceInfo
org.apache.cxf.jaxrs.model.ProviderInfo<T>
- Direct Known Subclasses:
ApplicationInfo,FilterProviderInfo
-
Field Summary
Fields inherited from class org.apache.cxf.jaxrs.model.AbstractResourceInfo
CONSTRUCTOR_PROXY_MAP, resourceClass, root, serviceClass -
Constructor Summary
ConstructorsConstructorDescriptionProviderInfo(Class<?> resourceClass, Class<?> serviceClass, T provider, Map<Class<?>, ThreadLocalProxy<?>> constructorProxies, org.apache.cxf.Bus bus, boolean checkContexts, boolean custom) ProviderInfo(Class<?> resourceClass, Class<?> serviceClass, T provider, org.apache.cxf.Bus bus, boolean custom) ProviderInfo(Class<?> resourceClass, Class<?> serviceClass, T provider, org.apache.cxf.Bus bus, boolean checkContexts, boolean custom) ProviderInfo(T provider, Map<Class<?>, ThreadLocalProxy<?>> constructorProxies, org.apache.cxf.Bus bus, boolean custom) ProviderInfo(T provider, Map<Class<?>, ThreadLocalProxy<?>> constructorProxies, org.apache.cxf.Bus bus, boolean checkContexts, boolean custom) ProviderInfo(T provider, org.apache.cxf.Bus bus, boolean custom) ProviderInfo(T provider, org.apache.cxf.Bus bus, boolean checkContexts, boolean custom) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanbooleanisCustom()booleanvoidsetBusGlobal(boolean busGlobal) toString()Methods inherited from class org.apache.cxf.jaxrs.model.AbstractResourceInfo
clearAllMaps, clearThreadLocalProxies, contextsAvailable, getBus, getConstructorProxies, getContextFieldProxy, getContextFields, getContextMethods, getContextSetterProxy, getResourceClass, getServiceClass, isRoot, setResourceClass
-
Constructor Details
-
ProviderInfo
-
ProviderInfo
-
ProviderInfo
-
ProviderInfo
-
ProviderInfo
public ProviderInfo(T provider, Map<Class<?>, ThreadLocalProxy<?>> constructorProxies, org.apache.cxf.Bus bus, boolean custom) -
ProviderInfo
-
ProviderInfo
public ProviderInfo(T provider, Map<Class<?>, ThreadLocalProxy<?>> constructorProxies, org.apache.cxf.Bus bus, boolean checkContexts, boolean custom)
-
-
Method Details
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin classAbstractResourceInfo
-
getProvider
-
equals
-
hashCode
public int hashCode() -
isCustom
public boolean isCustom() -
isBusGlobal
public boolean isBusGlobal() -
setBusGlobal
public void setBusGlobal(boolean busGlobal) -
toString
-