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)Constructors in org.jboss.resteasy.reactive.common.model with parameters of type MethodParameter Constructor Description ResourceMethod(String httpMethod, String path, String[] produces, String streamElementType, String[] consumes, Set<String> nameBindingNames, String name, String returnType, String simpleReturnType, MethodParameter[] parameters, boolean blocking, boolean suspended, boolean isSse, boolean isFormParamRequired, List<ResourceMethod> subResourceMethods, boolean encoded)
-