Package org.mybatis.generator.config
Class TypedPropertyHolder
java.lang.Object
org.mybatis.generator.config.PropertyHolder
org.mybatis.generator.config.TypedPropertyHolder
- Direct Known Subclasses:
CommentGeneratorConfiguration,ConnectionFactoryConfiguration,JavaClientGeneratorConfiguration,JavaTypeResolverConfiguration,PluginConfiguration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConfigurationType(String configurationType) Sets the value of the type specified in the configuration.Methods inherited from class org.mybatis.generator.config.PropertyHolder
addProperty, getProperties, getProperty
-
Field Details
-
configurationType
-
-
Constructor Details
-
TypedPropertyHolder
protected TypedPropertyHolder()
-
-
Method Details
-
getConfigurationType
-
setConfigurationType
Sets the value of the type specified in the configuration. If the special value DEFAULT is specified, then the value will be ignored.- Parameters:
configurationType- the type specified in the configuration
-