Class AbstractGenerateConfigurerMojo.ConfigurerOption

java.lang.Object
org.apache.camel.tooling.model.BaseOptionModel
org.apache.camel.maven.packaging.AbstractGenerateConfigurerMojo.ConfigurerOption
Enclosing class:
AbstractGenerateConfigurerMojo

public static class AbstractGenerateConfigurerMojo.ConfigurerOption extends org.apache.camel.tooling.model.BaseOptionModel
  • Field Summary

    Fields inherited from class org.apache.camel.tooling.model.BaseOptionModel

    asPredicate, autowired, configurationClass, configurationField, defaultValue, defaultValueNote, deprecated, deprecationNote, description, displayName, enums, getterMethod, group, index, inputLanguage, javaType, kind, label, largeInput, multiValue, name, nestedType, newGroup, oneOfs, optionalPrefix, prefix, required, secret, setterMethod, supportFileReference, type
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConfigurerOption(String name, Class<?> type, String getter, boolean builderMethod)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class org.apache.camel.tooling.model.BaseOptionModel

    getConfigurationClass, getConfigurationField, getDefaultValue, getDefaultValueNote, getDeprecationNote, getDescription, getDisplayName, getEnums, getGetterMethod, getGroup, getIndex, getInputLanguage, getJavaType, getKind, getLabel, getName, getNestedType, getOneOfs, getOptionalPrefix, getPrefix, getSetterMethod, getShortDefaultValue, getShortGroup, getShortJavaType, getShortJavaType, getShortName, getType, isAsPredicate, isAutowired, isDeprecated, isLargeInput, isMultiValue, isNewGroup, isRequired, isSecret, isSupportFileReference, setAsPredicate, setAutowired, setConfigurationClass, setConfigurationField, setDefaultValue, setDefaultValueNote, setDeprecated, setDeprecationNote, setDescription, setDisplayName, setEnums, setGetterMethod, setGroup, setIndex, setInputLanguage, setJavaType, setKind, setLabel, setLargeInput, setMultiValue, setName, setNestedType, setNewGroup, setOneOfs, setOptionalPrefix, setPrefix, setRequired, setSecret, setSetterMethod, setSupportFileReference, setType, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ConfigurerOption

      public ConfigurerOption(String name, Class<?> type, String getter, boolean builderMethod)
  • Method Details

    • isBuilderMethod

      public boolean isBuilderMethod()