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

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

public class ExecutableElementWrapper
extends Object

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

Method Summary
 ConstructorInfo toConstructorInfo(TypeParameterInfoMap map)
           
 MethodInfo toMethodInfo(TypeParameterInfoMap map)
           
static ExecutableElementWrapper wrapperOf(ProcessingEnvironmentWrapper processingEnv, ExecutableElement element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

wrapperOf

public static ExecutableElementWrapper wrapperOf(ProcessingEnvironmentWrapper processingEnv,
                                                 ExecutableElement element)

toConstructorInfo

public ConstructorInfo toConstructorInfo(TypeParameterInfoMap map)

toMethodInfo

public MethodInfo toMethodInfo(TypeParameterInfoMap map)


Copyright © 2014. All rights reserved.