public interface AssignabilityRules
Modifier and Type | Method and Description |
---|---|
boolean |
isAssignableFrom(Type type1,
Set<? extends Type> types2) |
boolean |
isAssignableFrom(Type type1,
Type type2) |
boolean |
matches(Set<Type> requiredTypes,
Set<Type> beanTypes)
Check whether whether any of the requiredTypes matches a type in beanTypes
|
boolean |
matches(Type requiredType,
Set<? extends Type> beanTypes) |
boolean |
matches(Type requiredType,
Type beanType) |
Copyright © 2013 Seam Framework. All Rights Reserved.