public class GenericsReader
extends java.lang.Object
Constructor and Description |
---|
GenericsReader() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
parseSignatureForGenerics(java.lang.String signature,
boolean isInterface)
Parses signature for generic information and returns a map where key is generic name
and value is raw type.
|
public java.util.Map<java.lang.String,java.lang.String> parseSignatureForGenerics(java.lang.String signature, boolean isInterface)
Copyright © 2003-present Jodd Team