Class InterceptorMethodCreator

  • All Implemented Interfaces:
    io.quarkus.arc.InterceptorCreator

    public class InterceptorMethodCreator
    extends Object
    implements io.quarkus.arc.InterceptorCreator
    • Constructor Detail

      • InterceptorMethodCreator

        public InterceptorMethodCreator()
    • Method Detail

      • 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()