Class ReturnTypeFactory


  • final class ReturnTypeFactory
    extends java.lang.Object
    Date: 29.07.2011
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ReturnTypeFactory()
      Private constructor for factory.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ReturnType of​(javax.annotation.processing.ProcessingEnvironment processingEnv, javax.lang.model.type.TypeMirror returnType, MessageMethod method)  
      • Methods inherited from class java.lang.Object

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

      • ReturnTypeFactory

        private ReturnTypeFactory()
        Private constructor for factory.
    • Method Detail

      • of

        public static ReturnType of​(javax.annotation.processing.ProcessingEnvironment processingEnv,
                                    javax.lang.model.type.TypeMirror returnType,
                                    MessageMethod method)