| Package | Description |
|---|---|
| com.github.ljtfreitas.restify.http.contract.metadata | |
| com.github.ljtfreitas.restify.http.contract.metadata.reflection |
| Modifier and Type | Class and Description |
|---|---|
class |
EndpointMethodFormObjectParameterSerializer |
class |
EndpointMethodQueryParameterSerializer |
class |
EndpointMethodQueryParametersSerializer |
class |
SimpleEndpointMethodParameterSerializer |
| Constructor and Description |
|---|
EndpointMethodParameter(int position,
java.lang.String name,
JavaType javaType,
EndpointMethodParameter.EndpointMethodParameterType type,
EndpointMethodParameterSerializer serializer) |
EndpointMethodParameter(int position,
java.lang.String name,
java.lang.reflect.Type javaType,
EndpointMethodParameter.EndpointMethodParameterType type,
EndpointMethodParameterSerializer serializer) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends EndpointMethodParameterSerializer> |
JavaMethodParameterMetadata.serializer() |
Copyright © 2016. All Rights Reserved.