Class Property

java.lang.Object
org.apache.camel.tooling.util.srcgen.Property

public class Property extends Object
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getType

      public GenericType getType()
    • setType

      public void setType(GenericType type)
    • getField

      public Field getField()
    • getAccessor

      public Method getAccessor()
    • getMutator

      public Method getMutator()
    • removeAccessor

      public void removeAccessor()
    • removeMutator

      public void removeMutator()
    • removeField

      public void removeField()
    • isMutable

      public boolean isMutable()
    • hasField

      public boolean hasField()
    • hasAnnotation

      public boolean hasAnnotation(Class<? extends Annotation> clazz)
    • getAnnotation

      public Annotation getAnnotation(Class<? extends Annotation> clazz)