Class ReflectionValueOfParameterConverterSupplier
java.lang.Object
org.jboss.resteasy.reactive.server.core.reflection.ReflectionValueOfParameterConverterSupplier
- All Implemented Interfaces:
Supplier<ParameterConverter>,ParameterConverterSupplier
public class ReflectionValueOfParameterConverterSupplier
extends Object
implements ParameterConverterSupplier
-
Constructor Summary
ConstructorsConstructorDescriptionReflectionValueOfParameterConverterSupplier(String targetTypeName) ReflectionValueOfParameterConverterSupplier(String targetTypeName, String methodName) -
Method Summary
Modifier and TypeMethodDescriptionget()setMethodName(String methodName) setTargetTypeName(String targetTypeName)
-
Constructor Details
-
ReflectionValueOfParameterConverterSupplier
public ReflectionValueOfParameterConverterSupplier() -
ReflectionValueOfParameterConverterSupplier
-
ReflectionValueOfParameterConverterSupplier
-
-
Method Details
-
get
- Specified by:
getin interfaceSupplier<ParameterConverter>
-
getClassName
- Specified by:
getClassNamein interfaceParameterConverterSupplier
-
getTargetTypeName
-
setTargetTypeName
-
getMethodName
-
setMethodName
-