MCPcopy Create free account
hub / github.com/apache/tomcat / getDecoderType

Method getDecoderType

java/org/apache/tomcat/websocket/Util.java:165–167  ·  view source on GitHub ↗
(Class<? extends Decoder> decoder)

Source from the content-addressed store, hash-verified

163
164
165 private static Class<?> getDecoderType(Class<? extends Decoder> decoder) {
166 return getGenericType(Decoder.class, decoder).getClazz();
167 }
168
169
170 static Class<?> getEncoderType(Class<? extends Encoder> encoder) {

Callers 1

getDecodersMethod · 0.95

Calls 2

getGenericTypeMethod · 0.95
getClazzMethod · 0.45

Tested by

no test coverage detected