Class ModelWriterGeneratorMojo.Property

java.lang.Object
org.apache.camel.maven.packaging.ModelWriterGeneratorMojo.Property
Enclosing class:
ModelWriterGeneratorMojo

public static class ModelWriterGeneratorMojo.Property extends Object
  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getName

      public String getName()
    • getType

      public Type getType()
    • getGenericType

      public org.apache.camel.tooling.util.srcgen.GenericType getGenericType()
    • getGetter

      public String getGetter()
    • getAnnotation

      public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
    • hasAnnotation

      public <T extends Annotation> boolean hasAnnotation(Class<T> annotationClass)
    • isAttribute

      public boolean isAttribute()
    • isAnyAttribute

      public boolean isAnyAttribute()
    • isValue

      public boolean isValue()
    • isElement

      public boolean isElement()
    • isElementRefs

      public boolean isElementRefs()
    • isElementRef

      public boolean isElementRef()
    • getXmlElementRefs

      public jakarta.xml.bind.annotation.XmlElementRefs getXmlElementRefs()
    • getXmlElementRef

      public jakarta.xml.bind.annotation.XmlElementRef getXmlElementRef()
    • getXmlElements

      public jakarta.xml.bind.annotation.XmlElements getXmlElements()
    • getXmlElement

      public jakarta.xml.bind.annotation.XmlElement getXmlElement()
    • getXmlAnyElement

      public jakarta.xml.bind.annotation.XmlAnyElement getXmlAnyElement()
    • getXmlRootElement

      public jakarta.xml.bind.annotation.XmlRootElement getXmlRootElement()
    • getXmlElementWrapper

      public jakarta.xml.bind.annotation.XmlElementWrapper getXmlElementWrapper()
    • getXmlJavaTypeAdapter

      public jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter getXmlJavaTypeAdapter()
    • getAttributeName

      public String getAttributeName()
    • getDefaultValue

      public String getDefaultValue()