Package org.apache.druid.catalog.model
Class ModelProperties.StringPropertyDefn
- java.lang.Object
-
- org.apache.druid.catalog.model.ModelProperties.BasePropertyDefn<T>
-
- org.apache.druid.catalog.model.ModelProperties.SimplePropertyDefn<String>
-
- org.apache.druid.catalog.model.ModelProperties.StringPropertyDefn
-
- All Implemented Interfaces:
ModelProperties.PropertyDefn<String>
- Direct Known Subclasses:
ModelProperties.GranularityPropertyDefn
- Enclosing interface:
- ModelProperties
public static class ModelProperties.StringPropertyDefn extends ModelProperties.SimplePropertyDefn<String>
-
-
Field Summary
-
Fields inherited from class org.apache.druid.catalog.model.ModelProperties.SimplePropertyDefn
valueClass
-
Fields inherited from class org.apache.druid.catalog.model.ModelProperties.BasePropertyDefn
name
-
-
Constructor Summary
Constructors Constructor Description StringPropertyDefn(String name)
-
Method Summary
-
Methods inherited from class org.apache.druid.catalog.model.ModelProperties.SimplePropertyDefn
decode, decodeJson, typeName, validate
-
Methods inherited from class org.apache.druid.catalog.model.ModelProperties.BasePropertyDefn
merge, name, toString
-
-
-
-
Constructor Detail
-
StringPropertyDefn
public StringPropertyDefn(String name)
-
-