Searched defs:delegateMethod (Results 1 – 7 of 7) sorted by relevance
38 val delegateMethod = delegate.javaClass.getMethod(method.name, *method.parameterTypes) in automagicTypedProxy() constant
36 Method delegateMethod = getDelegateMethod(mockMethod); in answer() local
182 DelegateMethod delegateMethod = new DelegateMethod(propertyAccess, indentAccess); in format() local218 private CodeBlock formatMap(TypeMirror type, DelegateMethod delegateMethod) { in formatMap()226 private CodeBlock formatMultimap(TypeMirror type, DelegateMethod delegateMethod) { in formatMultimap()
83 ServerMethodDefinition<RequestT, ResponseT> delegateMethod = getMethodDefinition(headers); in startCall() local
71 String delegateObj, String delegateMethod) in make()
456 String delegateObj, String delegateMethod) in setBody()
811 …itoException delegatedMethodHasWrongReturnType(Method mockMethod, Method delegateMethod, Object mo… in delegatedMethodHasWrongReturnType()