Uses of Interface
org.jboss.weld.resolution.AssignabilityRules
-
Packages that use AssignabilityRules Package Description org.jboss.weld.resolution -
-
Uses of AssignabilityRules in org.jboss.weld.resolution
Classes in org.jboss.weld.resolution that implement AssignabilityRules Modifier and Type Class Description classAbstractAssignabilityRulesBase class for AssignabilityRules implementations.classBeanTypeAssignabilityRulesImplementation of the Section 5.2.4 of the CDI specification.classDelegateInjectionPointAssignabilityRulesImplementation of the Section 8.3.1 of the CDI specification.classEventTypeAssignabilityRulesThis class implements Section 10.3.1 of the CDI specification.Methods in org.jboss.weld.resolution that return AssignabilityRules Modifier and Type Method Description static AssignabilityRulesBeanTypeAssignabilityRules. instance()static AssignabilityRulesDelegateInjectionPointAssignabilityRules. instance()static AssignabilityRulesEventTypeAssignabilityRules. instance()
-