Uses of Class
org.jboss.resteasy.reactive.common.model.MethodParameter
-
Packages that use MethodParameter Package Description org.jboss.resteasy.reactive.common.model -
-
Uses of MethodParameter in org.jboss.resteasy.reactive.common.model
Methods in org.jboss.resteasy.reactive.common.model that return MethodParameter Modifier and Type Method Description MethodParameter[]ResourceMethod. getParameters()MethodParameterMethodParameter. setDeclaredType(String declaredType)MethodParameterMethodParameter. setDefaultValue(String defaultValue)MethodParameterMethodParameter. setObtainedAsCollection(boolean isObtainedAsCollection)MethodParameterMethodParameter. setSingle(boolean single)Methods in org.jboss.resteasy.reactive.common.model with parameters of type MethodParameter Modifier and Type Method Description ResourceMethodResourceMethod. setParameters(MethodParameter[] parameters)
-