Class AccessMethodType


  • public class AccessMethodType
    extends java.lang.Object
    This class is used to hold method getter return type or setter parameter type
    Author:
    David kral
    • Constructor Summary

      Constructors 
      Constructor Description
      AccessMethodType​(java.lang.reflect.Type methodType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.Type getMethodType()  
      • Methods inherited from class java.lang.Object

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

      • AccessMethodType

        public AccessMethodType​(java.lang.reflect.Type methodType)
    • Method Detail

      • getMethodType

        public java.lang.reflect.Type getMethodType()