Uses of Interface
jakarta.ws.rs.core.Feature
-
Packages that use Feature Package Description jakarta.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources.org.jboss.resteasy.client.jaxrs.cache org.jboss.resteasy.client.jaxrs.internal org.jboss.resteasy.core org.jboss.resteasy.core.providerfactory org.jboss.resteasy.spi -
-
Uses of Feature in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core with parameters of type Feature Modifier and Type Method Description booleanConfiguration. isEnabled(Feature feature)Check if a particularfeatureinstance has been previously enabled in the runtime configuration context.Method parameters in jakarta.ws.rs.core with type arguments of type Feature Modifier and Type Method Description booleanConfiguration. isEnabled(Class<? extends Feature> featureClass)Check if afeatureinstance offeatureClassclass has been previously enabled in the runtime configuration context. -
Uses of Feature in org.jboss.resteasy.client.jaxrs.cache
Classes in org.jboss.resteasy.client.jaxrs.cache that implement Feature Modifier and Type Class Description classBrowserCacheFeature -
Uses of Feature in org.jboss.resteasy.client.jaxrs.internal
Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type Feature Modifier and Type Method Description booleanClientConfiguration. isEnabled(Feature feature)Method parameters in org.jboss.resteasy.client.jaxrs.internal with type arguments of type Feature Modifier and Type Method Description booleanClientConfiguration. isEnabled(Class<? extends Feature> featureClass) -
Uses of Feature in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return types with arguments of type Feature Modifier and Type Method Description Collection<Feature>ThreadLocalResteasyProviderFactory. getEnabledFeatures()Methods in org.jboss.resteasy.core with parameters of type Feature Modifier and Type Method Description booleanThreadLocalResteasyProviderFactory. isEnabled(Feature feature)Method parameters in org.jboss.resteasy.core with type arguments of type Feature Modifier and Type Method Description booleanThreadLocalResteasyProviderFactory. isEnabled(Class<? extends Feature> featureClass) -
Uses of Feature in org.jboss.resteasy.core.providerfactory
Fields in org.jboss.resteasy.core.providerfactory with type parameters of type Feature Modifier and Type Field Description protected SnapshotSet<Feature>ResteasyProviderFactoryImpl. enabledFeaturesMethods in org.jboss.resteasy.core.providerfactory that return types with arguments of type Feature Modifier and Type Method Description Collection<Feature>ResteasyProviderFactoryDelegate. getEnabledFeatures()Collection<Feature>ResteasyProviderFactoryImpl. getEnabledFeatures()Methods in org.jboss.resteasy.core.providerfactory with parameters of type Feature Modifier and Type Method Description booleanResteasyProviderFactoryDelegate. isEnabled(Feature feature)booleanResteasyProviderFactoryImpl. isEnabled(Feature feature)Method parameters in org.jboss.resteasy.core.providerfactory with type arguments of type Feature Modifier and Type Method Description voidResteasyProviderFactoryImpl. addFeature(Class<? extends Feature> provider)booleanResteasyProviderFactoryDelegate. isEnabled(Class<? extends Feature> featureClass)booleanResteasyProviderFactoryImpl. isEnabled(Class<? extends Feature> featureClass) -
Uses of Feature in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return types with arguments of type Feature Modifier and Type Method Description abstract Collection<Feature>ResteasyProviderFactory. getEnabledFeatures()
-