Class InputFactory


  • public class InputFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      InputFactory​(javax.lang.model.util.Types types, DirectivesFactory directivesFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Input getInput​(javax.lang.model.element.Element annotatedElement)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InputFactory

        public InputFactory​(javax.lang.model.util.Types types,
                            DirectivesFactory directivesFactory)
    • Method Detail

      • getInput

        public Input getInput​(javax.lang.model.element.Element annotatedElement)