Class InterceptorMethodCreator

java.lang.Object
io.quarkus.test.component.InterceptorMethodCreator
All Implemented Interfaces:
io.quarkus.arc.InterceptorCreator

public class InterceptorMethodCreator extends Object implements io.quarkus.arc.InterceptorCreator
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.quarkus.arc.InterceptorCreator

    io.quarkus.arc.InterceptorCreator.InterceptFunction
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) static void
     
    io.quarkus.arc.InterceptorCreator.InterceptFunction
    create(io.quarkus.arc.SyntheticCreationalContext<Object> context)
     
    (package private) static void
    registerCreate(String key, Function<io.quarkus.arc.SyntheticCreationalContext<?>,io.quarkus.arc.InterceptorCreator.InterceptFunction> create)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • InterceptorMethodCreator

      public InterceptorMethodCreator()
  • Method Details

    • create

      public io.quarkus.arc.InterceptorCreator.InterceptFunction create(io.quarkus.arc.SyntheticCreationalContext<Object> context)
      Specified by:
      create in interface io.quarkus.arc.InterceptorCreator
    • registerCreate

      static void registerCreate(String key, Function<io.quarkus.arc.SyntheticCreationalContext<?>,io.quarkus.arc.InterceptorCreator.InterceptFunction> create)
    • clear

      static void clear()