-
-
Constructor Summary
Constructors Constructor Description MapAnalyzer(Prism<S> prism, ClassMirror type)
-
Method Summary
Modifier and Type Method Description final ClassMirrorgetMapType()final TypeMirrorgetKeyType()final TypeMirrorgetValueType()final Prism<S>getPrism()final ConcreteTypeMirrorgetType()-
-
Method Detail
-
getMapType
final ClassMirror getMapType()
-
getKeyType
final TypeMirror getKeyType()
-
getValueType
final TypeMirror getValueType()
-
getType
final ConcreteTypeMirror getType()
-
-
-
-