Class DevInterceptorInfo

java.lang.Object
io.quarkus.arc.deployment.devui.DevInterceptorInfo
All Implemented Interfaces:
Comparable<DevInterceptorInfo>

public class DevInterceptorInfo extends Object implements Comparable<DevInterceptorInfo>
  • Constructor Details

    • DevInterceptorInfo

      DevInterceptorInfo(String id, Name interceptorClass, Set<Name> bindings, int priority, Set<jakarta.enterprise.inject.spi.InterceptionType> intercepts, boolean isApplicationBean)
  • Method Details