Package 

Class MapAnalyzer

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final ClassMirror mapType
      private final TypeMirror keyType
      private final TypeMirror valueType
      private final Prism<S> prism
      private final ConcreteTypeMirror type
    • Constructor Summary

      Constructors 
      Constructor Description
      MapAnalyzer(Prism<S> prism, ClassMirror type)
    • Method Summary

      Modifier and Type Method Description
      final ClassMirror getMapType()
      final TypeMirror getKeyType()
      final TypeMirror getValueType()
      final Prism<S> getPrism()
      final ConcreteTypeMirror getType()
      • Methods inherited from class dev.thecodewarrior.prism.base.analysis.MapAnalyzer

        getReader, getWriter, release, release
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait