Package org.mapstruct.ap.processor.ModelElementProcessor

Examples of org.mapstruct.ap.processor.ModelElementProcessor.ProcessorContext


                // create a new context for each generated mapper in order to have imports of referenced types
                // correctly managed;
                // note that this assumes that a new source file is created for each mapper which must not
                // necessarily be the case, e.g. in case of several mapper interfaces declared as inner types
                // of one outer interface
                ProcessorContext context = new DefaultModelElementProcessorContext( processingEnv, options );
                processMapperTypeElement( context, mapperTypeElement );
            }
        }

        return ANNOTATIONS_CLAIMED_EXCLUSIVELY;
View Full Code Here

TOP

Related Classes of org.mapstruct.ap.processor.ModelElementProcessor.ProcessorContext

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.