feign
Class MethodMetadata
java.lang.Object
feign.MethodMetadata
- All Implemented Interfaces:
- java.io.Serializable
public final class MethodMetadata
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
configKey
public java.lang.String configKey()
- See Also:
Feign.configKey(java.lang.reflect.Method)
returnType
public java.lang.reflect.Type returnType()
- Method return type.
urlIndex
public java.lang.Integer urlIndex()
bodyIndex
public java.lang.Integer bodyIndex()
bodyType
public java.lang.reflect.Type bodyType()
template
public RequestTemplate template()
formParams
public java.util.List<java.lang.String> formParams()
indexToName
public java.util.Map<java.lang.Integer,java.util.Collection<java.lang.String>> indexToName()