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

    • setFactory

      public void setFactory(BeanFactory<T> factory)
      Specified by:
      setFactory in interface SettableResourceInterceptor<T>
    • getFactory

      public BeanFactory<T> getFactory()
    • getPriority

      public Integer getPriority()
    • priority

      public Integer priority()
      Specified by:
      priority in interface HasPriority
    • setPriority

      public void setPriority(Integer priority)
      Specified by:
      setPriority in interface SettableResourceInterceptor<T>
    • getNameBindingNames

      public Set<String> getNameBindingNames()
    • setNameBindingNames

      public void setNameBindingNames(Set<String> nameBindingNames)
      Specified by:
      setNameBindingNames in interface SettableResourceInterceptor<T>
    • getClassName

      public String getClassName()
    • setClassName

      public ResourceInterceptor<T> setClassName(String className)
    • isNonBlockingRequired

      public boolean isNonBlockingRequired()
    • setNonBlockingRequired

      public void setNonBlockingRequired(boolean nonBlockingRequired)
    • isWithFormRead

      public boolean isWithFormRead()
    • setWithFormRead

      public void setWithFormRead(boolean withFormRead)
    • isCancellable

      public boolean isCancellable()
    • setCancellable

      public void setCancellable(boolean cancellable)
    • getRuntimeType

      public jakarta.ws.rs.RuntimeType getRuntimeType()
    • setRuntimeType

      public void setRuntimeType(jakarta.ws.rs.RuntimeType runtimeType)
    • compareTo

      public int compareTo(ResourceInterceptor<T> o)
      Specified by:
      compareTo in interface Comparable<T>