public static class ModelProperties.ListPropertyDefn<T> extends ModelProperties.TypeRefPropertyDefn<List<T>>
typeName, valueTypename| Constructor and Description |
|---|
ListPropertyDefn(String name,
String typeName,
com.fasterxml.jackson.core.type.TypeReference<List<T>> valueType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
merge(Object existing,
Object updates)
Merge a property value with an update.
|
decode, typeName, validatename, toStringpublic Object merge(Object existing, Object updates)
ModelProperties.PropertyDefnmerge in interface ModelProperties.PropertyDefn<List<T>>merge in class ModelProperties.BasePropertyDefn<List<T>>Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.