Class ResourceInterceptor<T>

java.lang.Object
org.jboss.resteasy.reactive.common.model.ResourceInterceptor<T>
All Implemented Interfaces:
Comparable<ResourceInterceptor<T>>, HasPriority, SettableResourceInterceptor<T>
Direct Known Subclasses:
ResourceInterceptor.Reversed

public class ResourceInterceptor<T> extends Object implements Comparable<ResourceInterceptor<T>>, SettableResourceInterceptor<T>, HasPriority
  • Field Details

  • Constructor Details

    • ResourceInterceptor

      public ResourceInterceptor()
  • Method Details