public interface ResponseMethodExtension<T extends GResponse>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ResponseMethodExtension.Composite |
| Modifier and Type | Field and Description |
|---|---|
static ResponseMethodExtension<GResponse> |
NULL_EXTENSION |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.javapoet.MethodSpec.Builder |
onMethod(ResourceContext context,
T responseMethod,
com.squareup.javapoet.MethodSpec.Builder methodSpec) |
static final ResponseMethodExtension<GResponse> NULL_EXTENSION
com.squareup.javapoet.MethodSpec.Builder onMethod(ResourceContext context, T responseMethod, com.squareup.javapoet.MethodSpec.Builder methodSpec)
Copyright © 2019 Mulesoft. All rights reserved.