public static JavaType buildGenericType(final Class<?> containerType, final Class<?>... element) {
   return typeFactory.constructParametricType(containerType, element);
 }