Class ReflectionConstructorParameterConverterSupplier
- java.lang.Object
-
- org.jboss.resteasy.reactive.server.core.reflection.ReflectionConstructorParameterConverterSupplier
-
- All Implemented Interfaces:
Supplier<ParameterConverter>,ParameterConverterSupplier
public class ReflectionConstructorParameterConverterSupplier extends Object implements ParameterConverterSupplier
-
-
Constructor Summary
Constructors Constructor Description ReflectionConstructorParameterConverterSupplier()ReflectionConstructorParameterConverterSupplier(String targetTypeName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParameterConverterget()StringgetClassName()StringgetTargetTypeName()ReflectionConstructorParameterConverterSuppliersetTargetTypeName(String targetTypeName)
-
-
-
Constructor Detail
-
ReflectionConstructorParameterConverterSupplier
public ReflectionConstructorParameterConverterSupplier()
-
ReflectionConstructorParameterConverterSupplier
public ReflectionConstructorParameterConverterSupplier(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 ReflectionConstructorParameterConverterSupplier setTargetTypeName(String targetTypeName)
-
-