br.com.objectos.way.code.apt
Class RoundEnvironmentWrapper

java.lang.Object
  extended by br.com.objectos.way.code.apt.RoundEnvironmentWrapper

public class RoundEnvironmentWrapper
extends Object

Author:
marcio.endo@objectos.com.br (Marcio Endo)

Constructor Summary
RoundEnvironmentWrapper(ProcessingEnvironment processingEnv, RoundEnvironment roundEnv)
           
 
Method Summary
 NativeInfo nativeInfo(TypeElement element)
           
 com.google.common.base.Function<TypeElement,NativeInfo> nativeInfoFunction()
           
 WayIterable<TypeElement> typesAnnotatedWith(Class<? extends Annotation> annotationType)
           
 WayIterable<TypeInfo> typesInfoAnnotatedWith(Class<? extends Annotation> annotationType)
           
static RoundEnvironmentWrapper wrapperOf(ProcessingEnvironment processingEnv, RoundEnvironment roundEnv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoundEnvironmentWrapper

public RoundEnvironmentWrapper(ProcessingEnvironment processingEnv,
                               RoundEnvironment roundEnv)
Method Detail

wrapperOf

public static RoundEnvironmentWrapper wrapperOf(ProcessingEnvironment processingEnv,
                                                RoundEnvironment roundEnv)

nativeInfo

public NativeInfo nativeInfo(TypeElement element)

nativeInfoFunction

public com.google.common.base.Function<TypeElement,NativeInfo> nativeInfoFunction()

typesAnnotatedWith

public WayIterable<TypeElement> typesAnnotatedWith(Class<? extends Annotation> annotationType)

typesInfoAnnotatedWith

public WayIterable<TypeInfo> typesInfoAnnotatedWith(Class<? extends Annotation> annotationType)


Copyright © 2014. All rights reserved.