Package org.apache.druid.catalog.model
Class ModelProperties.StringListPropertyDefn
java.lang.Object
org.apache.druid.catalog.model.ModelProperties.BasePropertyDefn<T>
org.apache.druid.catalog.model.ModelProperties.TypeRefPropertyDefn<List<T>>
org.apache.druid.catalog.model.ModelProperties.ListPropertyDefn<String>
org.apache.druid.catalog.model.ModelProperties.StringListPropertyDefn
- All Implemented Interfaces:
ModelProperties.PropertyDefn<List<String>>
- Direct Known Subclasses:
DatasourceDefn.HiddenColumnsDefn
- Enclosing interface:
- ModelProperties
public static class ModelProperties.StringListPropertyDefn
extends ModelProperties.ListPropertyDefn<String>
-
Field Summary
Fields inherited from class org.apache.druid.catalog.model.ModelProperties.TypeRefPropertyDefn
typeName, valueTypeFields inherited from class org.apache.druid.catalog.model.ModelProperties.BasePropertyDefn
name -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.druid.catalog.model.ModelProperties.ListPropertyDefn
mergeMethods inherited from class org.apache.druid.catalog.model.ModelProperties.TypeRefPropertyDefn
decode, typeName, validateMethods inherited from class org.apache.druid.catalog.model.ModelProperties.BasePropertyDefn
name, toString
-
Constructor Details
-
StringListPropertyDefn
-