TypeDeserializer typeDeser,
Annotations contextAnnotations, AnnotatedParameter param,
int index, Object injectableValueId,
boolean isRequired)
{
this(new PropertyName(name), type, wrapperName, typeDeser,
contextAnnotations, param, index, injectableValueId,
PropertyMetadata.construct(isRequired, null, null));
}