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

java.lang.Object
  extended by br.com.objectos.way.code.apt.TypeMirrorWrapper
Direct Known Subclasses:
TypeMirrorWrapperError, TypeMirrorWrapperPrimitive

public class TypeMirrorWrapper
extends Object

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

Method Summary
 ElementWrapper toElementWrapper()
           
 SimpleTypeInfo toSimpleTypeInfo()
           
 TypeElementWrapper toTypeElementWrapper()
           
 TypeParameterInfo toTypeParameterInfo()
           
 List<TypeParameterInfo> toTypeParameterInfoList()
           
static WayIterable<TypeMirrorWrapper> wrapAll(ProcessingEnvironmentWrapper processingEnv, List<? extends TypeMirror> typeList)
           
static TypeMirrorWrapper wrapperOf(ProcessingEnvironmentWrapper processingEnv, TypeMirror mirror)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

wrapAll

public static WayIterable<TypeMirrorWrapper> wrapAll(ProcessingEnvironmentWrapper processingEnv,
                                                     List<? extends TypeMirror> typeList)

wrapperOf

public static TypeMirrorWrapper wrapperOf(ProcessingEnvironmentWrapper processingEnv,
                                          TypeMirror mirror)

toElementWrapper

public ElementWrapper toElementWrapper()

toTypeParameterInfoList

public List<TypeParameterInfo> toTypeParameterInfoList()

toSimpleTypeInfo

public SimpleTypeInfo toSimpleTypeInfo()

toTypeElementWrapper

public TypeElementWrapper toTypeElementWrapper()

toTypeParameterInfo

public TypeParameterInfo toTypeParameterInfo()


Copyright © 2014. All rights reserved.