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, valueType
-
Fields inherited from class org.apache.druid.catalog.model.ModelProperties.BasePropertyDefn
name
-
-
Constructor Summary
Constructors Constructor Description StringListPropertyDefn(String name)
-
Method Summary
-
Methods inherited from class org.apache.druid.catalog.model.ModelProperties.ListPropertyDefn
merge
-
Methods inherited from class org.apache.druid.catalog.model.ModelProperties.TypeRefPropertyDefn
decode, typeName, validate
-
Methods inherited from class org.apache.druid.catalog.model.ModelProperties.BasePropertyDefn
name, toString
-
-
-
-
Constructor Detail
-
StringListPropertyDefn
public StringListPropertyDefn(String name)
-
-