Class GenericTypeMapping

java.lang.Object
org.jboss.resteasy.reactive.common.core.GenericTypeMapping

public class GenericTypeMapping extends Object
  • Constructor Details

    • GenericTypeMapping

      public GenericTypeMapping()
  • Method Details

    • addInvocationCallback

      public <T> void addInvocationCallback(Class<? extends jakarta.ws.rs.client.InvocationCallback<T>> clazz, Class<T> resolvedType)
    • forInvocationCallback

      public Class<?> forInvocationCallback(Class<?> clazz)