Class TypedPropertyHolder

java.lang.Object
org.mybatis.generator.config.PropertyHolder
org.mybatis.generator.config.TypedPropertyHolder
Direct Known Subclasses:
CommentGeneratorConfiguration, ConnectionFactoryConfiguration, JavaClientGeneratorConfiguration, JavaTypeResolverConfiguration, PluginConfiguration

public abstract class TypedPropertyHolder extends PropertyHolder
  • Constructor Details

    • TypedPropertyHolder

      protected TypedPropertyHolder()
  • Method Details

    • getConfigurationType

      public String getConfigurationType()
    • setConfigurationType

      public void setConfigurationType(String configurationType)
      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