Class ParameterConverterSupport

java.lang.Object
org.jboss.resteasy.reactive.server.core.parameters.converters.ParameterConverterSupport

public final class ParameterConverterSupport extends Object
This class isn't used directly, it is however used by generated code meant to deal with ParameterConverter.
  • Method Details

    • create

      public static ParameterConverter create(String className)
      Normally the reflective instantiation would not be needed, and we could just instantiate normally, however that could break dev-mode when the converters are in a different module and non-standard Maven configuration is used (see this)