Package 

Class ObjectAnalyzer

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Prism<S> prism
      private final ConcreteTypeMirror type
    • Constructor Summary

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

      Modifier and Type Method Description
      final Prism<S> getPrism()
      final ConcreteTypeMirror getType()
      • Methods inherited from class dev.thecodewarrior.prism.base.analysis.ObjectAnalyzer

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObjectAnalyzer

        ObjectAnalyzer(Prism<S> prism, ClassMirror type)