Class ConfigurationWrapper
java.lang.Object
org.jboss.resteasy.microprofile.client.ConfigurationWrapper
- All Implemented Interfaces:
jakarta.ws.rs.core.Configuration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContracts(Class<?> componentClass) getProperty(String name) jakarta.ws.rs.RuntimeTypebooleanisEnabled(jakarta.ws.rs.core.Feature feature) booleanbooleanisRegistered(Class<?> componentClass) booleanisRegistered(Object component) voidregisterLocalContract(Class<?> provider, Map<Class<?>, Integer> contracts) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.ws.rs.core.Configuration
hasProperty
-
Field Details
-
localClassContracts
-
-
Constructor Details
-
ConfigurationWrapper
public ConfigurationWrapper(jakarta.ws.rs.core.Configuration delegate)
-
-
Method Details
-
getRuntimeType
public jakarta.ws.rs.RuntimeType getRuntimeType()- Specified by:
getRuntimeTypein interfacejakarta.ws.rs.core.Configuration
-
getProperties
- Specified by:
getPropertiesin interfacejakarta.ws.rs.core.Configuration
-
getProperty
- Specified by:
getPropertyin interfacejakarta.ws.rs.core.Configuration
-
getPropertyNames
- Specified by:
getPropertyNamesin interfacejakarta.ws.rs.core.Configuration
-
isEnabled
public boolean isEnabled(jakarta.ws.rs.core.Feature feature) - Specified by:
isEnabledin interfacejakarta.ws.rs.core.Configuration
-
isEnabled
- Specified by:
isEnabledin interfacejakarta.ws.rs.core.Configuration
-
isRegistered
- Specified by:
isRegisteredin interfacejakarta.ws.rs.core.Configuration
-
isRegistered
- Specified by:
isRegisteredin interfacejakarta.ws.rs.core.Configuration
-
getContracts
- Specified by:
getContractsin interfacejakarta.ws.rs.core.Configuration
-
getClasses
- Specified by:
getClassesin interfacejakarta.ws.rs.core.Configuration
-
getInstances
- Specified by:
getInstancesin interfacejakarta.ws.rs.core.Configuration
-
registerLocalContract
-