Uses of Interface
org.exoplatform.services.rest.method.MethodParameter
Packages that use MethodParameter
Package
Description
-
Uses of MethodParameter in org.exoplatform.services.rest.impl.method
Classes in org.exoplatform.services.rest.impl.method that implement MethodParameter -
Uses of MethodParameter in org.exoplatform.services.rest.impl.resource
Methods in org.exoplatform.services.rest.impl.resource that return types with arguments of type MethodParameterModifier and TypeMethodDescriptionprotected List<MethodParameter> AbstractResourceDescriptorImpl.createMethodParametersList(Class<?> resourceClass, Method method) Create list ofMethodParameter.ResourceMethodDescriptorImpl.getMethodParameters()SubResourceLocatorDescriptorImpl.getMethodParameters()SubResourceMethodDescriptorImpl.getMethodParameters()Constructor parameters in org.exoplatform.services.rest.impl.resource with type arguments of type MethodParameterModifierConstructorDescriptionOptionsRequestResourceMethodDescriptorImpl(Method method, String httpMethod, List<MethodParameter> parameters, AbstractResourceDescriptor parentResource, List<javax.ws.rs.core.MediaType> consumes, List<javax.ws.rs.core.MediaType> produces, MethodInvoker invoker) -
Uses of MethodParameter in org.exoplatform.services.rest.resource
Methods in org.exoplatform.services.rest.resource that return types with arguments of type MethodParameter -
Uses of MethodParameter in org.exoplatform.services.rest.wadl
Methods in org.exoplatform.services.rest.wadl with parameters of type MethodParameterModifier and TypeMethodDescriptionBaseWadlGeneratorImpl.createParam(MethodParameter methodParameter) WadlGenerator.createParam(MethodParameter methodParameter)