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
valueClassFields 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.SimplePropertyDefn
decode, decodeJson, typeName, validateMethods inherited from class org.apache.druid.catalog.model.ModelProperties.BasePropertyDefn
merge, name, toString
-
Constructor Details
-
StringPropertyDefn
-