Uses of Class
net.bluemind.core.rest.model.RestServiceApiDescriptor.MethodDescriptor
Packages that use RestServiceApiDescriptor.MethodDescriptor
-
Uses of RestServiceApiDescriptor.MethodDescriptor in net.bluemind.core.rest.base
Methods in net.bluemind.core.rest.base with parameters of type RestServiceApiDescriptor.MethodDescriptorModifier and TypeMethodDescriptionstatic RestServiceMethodHandlerRestServiceMethodHandler.getInstance(RestService service, RestServiceApiDescriptor.MethodDescriptor methodDescriptor, List<IRestFilter> filters) static ResponseBuilderResponseBuilder.getResponseBuilder(RestServiceApiDescriptor.MethodDescriptor methodDescriptor) Constructors in net.bluemind.core.rest.base with parameters of type RestServiceApiDescriptor.MethodDescriptorModifierConstructorDescriptionRestServiceMethodHandler(Endpoint endpoint, RestServiceApiDescriptor.MethodDescriptor methodDescriptor, List<String> pathParamNames, ParameterBuilder<? extends Object>[] parameterBuilders, Pattern pathRegexp, ResponseBuilder responseBuilder, List<IRestFilter> filters) -
Uses of RestServiceApiDescriptor.MethodDescriptor in net.bluemind.core.rest.model
Fields in net.bluemind.core.rest.model declared as RestServiceApiDescriptor.MethodDescriptorMethods in net.bluemind.core.rest.model with parameters of type RestServiceApiDescriptor.MethodDescriptorModifier and TypeMethodDescriptionstatic StringRestService.address(RestService restService, RestServiceApiDescriptor.MethodDescriptor methodDesciptor) Constructors in net.bluemind.core.rest.model with parameters of type RestServiceApiDescriptor.MethodDescriptorModifierConstructorDescriptionRestServiceApiDescriptor(Class<?> apiInterface, RestServiceApiDescriptor.MethodDescriptor[] methods, String rootPath)