public class RpcAnnotationUtil extends Object
| コンストラクタと説明 |
|---|
RpcAnnotationUtil() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static String |
getDescription(Description[] descs,
String lang)
Returns description value of specified language. returns the value of descs[0] if the
description of specified language is not exist or null if descs.length is zero.
|
static String |
getMethodDescription(Method intfMethod,
Method implMethod,
String descriptionLanguage) |
static int |
getMethodMaxReturnObjectDepth(Method method) |
static Trio<String,String,String>[] |
getParameterInfo(Method intfMethod,
Method implMethod,
String descriptionLanguage) |
static String |
getServiceDescriptions(Class<?> clazz,
String descriptionLanguage) |
public static String getServiceDescriptions(Class<?> clazz, String descriptionLanguage)
public static String getMethodDescription(Method intfMethod, Method implMethod, String descriptionLanguage)
public static int getMethodMaxReturnObjectDepth(Method method)
public static Trio<String,String,String>[] getParameterInfo(Method intfMethod, Method implMethod, String descriptionLanguage)
public static String getDescription(Description[] descs, String lang)
descs - array of Descriptionlang - target languageCopyright © 2018. All rights reserved.