|| field.isAnnotationPresent(Transient.class)))
continue;
ParserMetaInfo parserMetaInfo = new ParserMetaInfo();
parserMetaInfo.setPropertyNameString(propertyName);
parserMetaInfo.setPropertyInvoke(new MethodInvoke(method));
Class<?> type = method.getParameterTypes()[0];
if (Collection.class.isAssignableFrom(type)) {
Type[] types = method.getGenericParameterTypes();
if(types.length != 1 || !(types[0] instanceof ParameterizedType))