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
Constructors Constructor Description ReflectionValueOfParameterConverterSupplier()ReflectionValueOfParameterConverterSupplier(String targetTypeName)ReflectionValueOfParameterConverterSupplier(String targetTypeName, String methodName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParameterConverterget()StringgetClassName()StringgetMethodName()StringgetTargetTypeName()ReflectionValueOfParameterConverterSuppliersetMethodName(String methodName)ReflectionValueOfParameterConverterSuppliersetTargetTypeName(String targetTypeName)
-
-
-
Constructor Detail
-
ReflectionValueOfParameterConverterSupplier
public ReflectionValueOfParameterConverterSupplier()
-
ReflectionValueOfParameterConverterSupplier
public ReflectionValueOfParameterConverterSupplier(String targetTypeName)
-
-
Method Detail
-
get
public ParameterConverter get()
- Specified by:
getin interfaceSupplier<ParameterConverter>
-
getClassName
public String getClassName()
- Specified by:
getClassNamein interfaceParameterConverterSupplier
-
getTargetTypeName
public String getTargetTypeName()
-
setTargetTypeName
public ReflectionValueOfParameterConverterSupplier setTargetTypeName(String targetTypeName)
-
getMethodName
public String getMethodName()
-
setMethodName
public ReflectionValueOfParameterConverterSupplier setMethodName(String methodName)
-
-