Package org.jboss.weld.bean.proxy
Class CommonProxiedMethodFilters
java.lang.Object
org.jboss.weld.bean.proxy.CommonProxiedMethodFilters
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProxiedMethodFilterstatic final ProxiedMethodFilterFor JDK classes do not accept any package-private method and/or method with package-private parameter types.static final ProxiedMethodFilterstatic final ProxiedMethodFilterFilter used to exclude private methods that have parameters which are package private typesstatic final ProxiedMethodFilterstatic final ProxiedMethodFilter -
Method Summary
-
Field Details
-
NON_STATIC
-
NON_FINAL
-
OBJECT_TO_STRING
-
NON_PRIVATE
-
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 identifierjava. -
NON_PRIVATE_WITHOUT_PACK_PRIVATE_PARAMS
Filter used to exclude private methods that have parameters which are package private types
-