Package org.jboss.weld.resolution
Class TypeEqualitySpecializationUtils
java.lang.Object
org.jboss.weld.resolution.TypeEqualitySpecializationUtils
A util for deciding whether two
Types are the same (not necessarily equal in the java sense).- Author:
- Matus Abaffy
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
areTheSame
-
areTheSame
-
areTheSame
-
areTheSame
-