Class ParameterConverterSupport
java.lang.Object
org.jboss.resteasy.reactive.server.core.parameters.converters.ParameterConverterSupport
This class isn't used directly, it is however used by generated code meant to deal with
ParameterConverter.-
Method Summary
Modifier and TypeMethodDescriptionstatic ParameterConverterNormally 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)
-
Method Details
-
create
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)
-