Class VerbRegistry.ConfigSupplier

  • All Implemented Interfaces:
    java.util.function.BiFunction , org.jboss.resteasy.reactive.server.core.parameters.ParameterExtractor

    
    public class VerbRegistry.ConfigSupplier
     implements BiFunction<T, U, R>, ParameterExtractor
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getName()
      Class<out Object> getInputClass()
      Object apply(ObjectMapper mapper, CallRequest in)
      Object extractParameter(ResteasyReactiveRequestContext context)
      • Methods inherited from class java.util.function.BiFunction

        andThen
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait