Uses of Class
org.jboss.resteasy.reactive.common.model.MethodParameter
Packages that use MethodParameter
-
Uses of MethodParameter in org.jboss.resteasy.reactive.common.model
Methods in org.jboss.resteasy.reactive.common.model that return MethodParameterModifier and TypeMethodDescriptionResourceMethod.getParameters()MethodParameter.setDeclaredType(String declaredType) MethodParameter.setDefaultValue(String defaultValue) MethodParameter.setObtainedAsCollection(boolean isObtainedAsCollection) MethodParameter.setSingle(boolean single) Methods in org.jboss.resteasy.reactive.common.model with parameters of type MethodParameterConstructors in org.jboss.resteasy.reactive.common.model with parameters of type MethodParameterModifierConstructorDescriptionResourceMethod(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)