Package org.jboss.weld.resolution
Class EventTypeAssignabilityRules
java.lang.Object
org.jboss.weld.resolution.AbstractAssignabilityRules
org.jboss.weld.resolution.EventTypeAssignabilityRules
- All Implemented Interfaces:
AssignabilityRules
This class implements Section 10.3.1 of the CDI specification.
- Author:
- Jozef Hartinger
-
Method Summary
Modifier and TypeMethodDescriptionstatic AssignabilityRulesinstance()booleanbooleanmatchesNoBoxing(Type observedType, Type eventType) Methods inherited from class org.jboss.weld.resolution.AbstractAssignabilityRules
boundsMatch, lowerBoundsOfWildcardMatch, lowerBoundsOfWildcardMatch, matches, matches, upperBoundsOfWildcardMatch
-
Method Details
-
instance
-
matches
-
matchesNoBoxing
-