Package org.apache.camel.maven.config
Class ConnectorConfigField
- java.lang.Object
-
- org.apache.camel.maven.config.ConnectorConfigField
-
public class ConnectorConfigField extends Object
-
-
Constructor Summary
Constructors Constructor Description ConnectorConfigField(org.apache.kafka.common.config.ConfigDef.ConfigKey configKey, boolean isDeprecated, boolean isRequired, Object overrideDefaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getDefaultValue()
String
getDefaultValueAsString()
String
getDescription()
String
getFieldGetterMethodName()
String
getFieldName()
String
getFieldSetterMethodName()
String
getRawName()
Class<?>
getRawType()
boolean
isDeprecated()
boolean
isInternal()
boolean
isRequired()
-
-
-
Constructor Detail
-
ConnectorConfigField
public ConnectorConfigField(org.apache.kafka.common.config.ConfigDef.ConfigKey configKey, boolean isDeprecated, boolean isRequired, Object overrideDefaultValue)
-
-
Method Detail
-
getRawName
public String getRawName()
-
getFieldName
public String getFieldName()
-
getFieldSetterMethodName
public String getFieldSetterMethodName()
-
getFieldGetterMethodName
public String getFieldGetterMethodName()
-
getRawType
public Class<?> getRawType()
-
getDefaultValue
public Object getDefaultValue()
-
getDefaultValueAsString
public String getDefaultValueAsString()
-
isInternal
public boolean isInternal()
-
isDeprecated
public boolean isDeprecated()
-
isRequired
public boolean isRequired()
-
getDescription
public String getDescription()
-
-