Class Analyser.ConfigImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigImpl​(javax.lang.model.type.DeclaredType builder, Datatype datatype, Property property, javax.lang.model.element.ExecutableElement getterMethod, java.util.Set<java.lang.String> methodsInvokedInBuilderConstructor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<? extends javax.lang.model.element.AnnotationMirror> getAnnotations()
      Returns annotations on the property requiring code generation.
      javax.lang.model.type.DeclaredType getBuilder()
      The user's Builder type.
      Datatype getDatatype()
      Returns datatype about the builder being generated.
      javax.lang.model.util.Elements getElements()
      The compiler's Elements implementation.
      javax.annotation.processing.ProcessingEnvironment getEnvironment()
      The compiler's ProcessingEnvironment implementation.
      java.util.Set<java.lang.String> getMethodsInvokedInBuilderConstructor()
      A set of methods that are definitely invoked in the builder constructor.
      Property getProperty()
      Returns datatype about the property requiring code generation.
      javax.lang.model.element.ExecutableElement getSourceElement()
      Returns the element this property was inferred from.
      javax.lang.model.util.Types getTypes()
      The compiler's Types implementation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait