Uses of Interface
jakarta.ws.rs.core.Feature
Packages that use Feature
Package
Description
Low-level interfaces and annotations used to create RESTful service resources.
-
Uses of Feature in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core with parameters of type FeatureModifier and TypeMethodDescriptionbooleanCheck 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 -
Uses of Feature in org.jboss.resteasy.client.jaxrs.cache
Classes in org.jboss.resteasy.client.jaxrs.cache that implement Feature -
Uses of Feature in org.jboss.resteasy.client.jaxrs.internal
Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type FeatureMethod parameters in org.jboss.resteasy.client.jaxrs.internal with type arguments of type Feature -
Uses of Feature in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return types with arguments of type FeatureMethods in org.jboss.resteasy.core with parameters of type FeatureModifier and TypeMethodDescriptionbooleanMethod parameters in org.jboss.resteasy.core with type arguments of type Feature -
Uses of Feature in org.jboss.resteasy.core.providerfactory
Fields in org.jboss.resteasy.core.providerfactory with type parameters of type FeatureModifier and TypeFieldDescriptionprotected SnapshotSet<Feature>ResteasyProviderFactoryImpl.enabledFeaturesMethods in org.jboss.resteasy.core.providerfactory that return types with arguments of type FeatureModifier and TypeMethodDescriptionResteasyProviderFactoryDelegate.getEnabledFeatures()ResteasyProviderFactoryImpl.getEnabledFeatures()Methods in org.jboss.resteasy.core.providerfactory with parameters of type FeatureModifier and TypeMethodDescriptionbooleanbooleanMethod parameters in org.jboss.resteasy.core.providerfactory with type arguments of type Feature -
Uses of Feature in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return types with arguments of type FeatureModifier and TypeMethodDescriptionabstract Collection<Feature>ResteasyProviderFactory.getEnabledFeatures()