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

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

public class TypeVariableWrapper
extends Object

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

Method Summary
 com.google.common.base.Optional<TypeMirror> getUpperBound()
           
 TypeVariableInfo toTypeVariableInfo()
           
static TypeVariableWrapper wrapperOf(ProcessingEnvironmentWrapper processingEnv, TypeVariable typeVariable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

wrapperOf

public static TypeVariableWrapper wrapperOf(ProcessingEnvironmentWrapper processingEnv,
                                            TypeVariable typeVariable)

getUpperBound

public com.google.common.base.Optional<TypeMirror> getUpperBound()

toTypeVariableInfo

public TypeVariableInfo toTypeVariableInfo()


Copyright © 2014. All rights reserved.