Class BaseMethodExtractor

    • Constructor Detail

      • BaseMethodExtractor

        public BaseMethodExtractor()
    • Method Detail

      • isIncludeObjectMethods

        public boolean isIncludeObjectMethods()
        True if java.lang.Object methods should be proxied.
        Specified by:
        isIncludeObjectMethods in interface MethodExtractor
        Returns:
        True if Object methods should be proxied
      • setIncludeObjectMethods

        public void setIncludeObjectMethods​(boolean include)
        Determines whether or not java.lang.Object methods should be proxied.
        Parameters:
        include - True if Object methods shold be proxied
      • getPackageName

        protected String getPackageName​(Class<?> type)
        Returns the package name of the class.
        Parameters:
        type - The class
        Returns:
        The package name of the class