Package | Description |
---|---|
io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
Modifier and Type | Class and Description |
---|---|
class |
NoOpTypeParameterMatcher |
Modifier and Type | Method and Description |
---|---|
static TypeParameterMatcher |
TypeParameterMatcher.find(Object object,
Class<?> parameterizedSuperclass,
String typeParamName) |
static TypeParameterMatcher |
JavassistTypeParameterMatcherGenerator.generate(Class<?> type) |
static TypeParameterMatcher |
JavassistTypeParameterMatcherGenerator.generate(Class<?> type,
ClassLoader classLoader) |
static TypeParameterMatcher |
TypeParameterMatcher.get(Class<?> parameterType) |
Modifier and Type | Method and Description |
---|---|
Map<Class<?>,Map<String,TypeParameterMatcher>> |
InternalThreadLocalMap.typeParameterMatcherFindCache() |
Map<Class<?>,TypeParameterMatcher> |
InternalThreadLocalMap.typeParameterMatcherGetCache() |
Copyright © 2008-2016 The Netty Project. All Rights Reserved.