Class CommonProxiedMethodFilters


  • public final class CommonProxiedMethodFilters
    extends Object
    • Field Detail

      • NON_JDK_PACKAGE_PRIVATE

        public static final ProxiedMethodFilter NON_JDK_PACKAGE_PRIVATE
        For JDK classes do not accept any package-private method and/or method with package-private parameter types. A generated class is not allowed to use a package name starting with the identifier java.
      • NON_PRIVATE_WITHOUT_PACK_PRIVATE_PARAMS

        public static final ProxiedMethodFilter NON_PRIVATE_WITHOUT_PACK_PRIVATE_PARAMS
        Filter used to exclude private methods that have parameters which are package private types