Home
last modified time | relevance | path

Searched refs:getTypeParameter (Results 1 – 1 of 1) sorted by last modified time

/unit/src/java/nginx/unit/websocket/
H A DUtil.java199 return getTypeParameter( in getGenericType()
229 TypeResult result = getTypeParameter(clazz, in getGenericType()
268 private static TypeResult getTypeParameter(Class<?> clazz, Type argType) { in getTypeParameter() method in Util
275 TypeResult result = getTypeParameter(clazz, arrayElementType); in getTypeParameter()