Class NoopParameterConverter
- java.lang.Object
-
- org.jboss.resteasy.reactive.server.core.parameters.converters.NoopParameterConverter
-
- All Implemented Interfaces:
ParameterConverter
public class NoopParameterConverter extends Object implements ParameterConverter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNoopParameterConverter.Supplier
-
Constructor Summary
Constructors Constructor Description NoopParameterConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectconvert(Object parameter)voidinit(ParamConverterProviders deployment, Class<?> rawType, Type genericType, Annotation[] annotations)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.resteasy.reactive.server.core.parameters.converters.ParameterConverter
isForSingleObjectContainer
-
-
-
-
Method Detail
-
convert
public Object convert(Object parameter)
- Specified by:
convertin interfaceParameterConverter
-
init
public void init(ParamConverterProviders deployment, Class<?> rawType, Type genericType, Annotation[] annotations)
- Specified by:
initin interfaceParameterConverter
-
-