Class ArrayConverter
java.lang.Object
org.jboss.resteasy.reactive.server.core.parameters.converters.ArrayConverter
- All Implemented Interfaces:
ParameterConverter
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(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, waitMethods inherited from interface org.jboss.resteasy.reactive.server.core.parameters.converters.ParameterConverter
isForSingleObjectContainer
-
Constructor Details
-
ArrayConverter
-
-
Method Details
-
convert
- Specified by:
convertin interfaceParameterConverter
-
init
public void init(ParamConverterProviders deployment, Class<?> rawType, Type genericType, Annotation[] annotations) - Specified by:
initin interfaceParameterConverter
-
getDelegate
-