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

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

public class TypeElementWrapper
extends Object

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

Method Summary
 InterfaceInfo toInterfaceInfo()
           
 SuperTypeInfo toSuperTypeInfo()
           
 TypeInfo toTypeInfo()
           
static WayIterable<TypeElementWrapper> wrapAll(ProcessingEnvironmentWrapper processingEnv, Iterable<TypeElement> types)
           
static TypeElementWrapper wrapperOf(ProcessingEnvironmentWrapper processingEnv, TypeElement element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

wrapAll

public static WayIterable<TypeElementWrapper> wrapAll(ProcessingEnvironmentWrapper processingEnv,
                                                      Iterable<TypeElement> types)

wrapperOf

public static TypeElementWrapper wrapperOf(ProcessingEnvironmentWrapper processingEnv,
                                           TypeElement element)

toInterfaceInfo

public InterfaceInfo toInterfaceInfo()

toSuperTypeInfo

public SuperTypeInfo toSuperTypeInfo()

toTypeInfo

public TypeInfo toTypeInfo()


Copyright © 2014. All rights reserved.