Searched refs:proxyType (Results 1 – 2 of 2) sorted by relevance
133 private String proxyType; field in MethodSignature.ReturnType135 ReturnType(String type, String proxyType) { in ReturnType() argument137 this.proxyType = proxyType; in ReturnType()140 public void setProxyType(String proxyType) { in setProxyType() argument141 this.proxyType = proxyType; in setProxyType()149 return proxyType; in getProxyType()157 return Objects.equals(type, that.type) && Objects.equals(proxyType, in equals()158 that.proxyType); in equals()163 return Objects.hash(type, proxyType); in hashCode()
146 typeName = proxyType(typeName); in typeForString()182 private static String proxyType(String typeName) { in proxyType() method in MethodSignature