Package org.jboss.weld.resolution
Class TypeEqualitySpecializationUtils
- java.lang.Object
-
- org.jboss.weld.resolution.TypeEqualitySpecializationUtils
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static booleanareTheSame(ParameterizedType type1, ParameterizedType type2)protected static booleanareTheSame(Type[] types1, Type[] types2)static booleanareTheSame(Type type1, Type type2)protected static booleanareTheSame(TypeVariable<?> type1, TypeVariable<?> type2)
-
-
-
Method Detail
-
areTheSame
protected static boolean areTheSame(ParameterizedType type1, ParameterizedType type2)
-
areTheSame
protected static boolean areTheSame(TypeVariable<?> type1, TypeVariable<?> type2)
-
-