Uses of Interface
org.jboss.resteasy.spi.metadata.ResourceClassProcessor
Packages that use ResourceClassProcessor
-
Uses of ResourceClassProcessor in org.jboss.resteasy.core.providerfactory
Method parameters in org.jboss.resteasy.core.providerfactory with type arguments of type ResourceClassProcessorModifier and TypeMethodDescriptionvoid
ResteasyProviderFactoryImpl.addResourceClassProcessor
(Class<ResourceClassProcessor> processorClass, int priority) -
Uses of ResourceClassProcessor in org.jboss.resteasy.spi.metadata
Methods in org.jboss.resteasy.spi.metadata with parameters of type ResourceClassProcessorModifier and TypeMethodDescriptionvoid
ResourceBuilder.registerResourceClassProcessor
(ResourceClassProcessor processor, int priority) Register a newResourceClassProcessor
which will be used to post-process allResourceClass
instances created from the builder.