public class TypeMirrorFactory extends Object
Constructor and Description |
---|
TypeMirrorFactory(Elements elementUtils,
Types typeUtils) |
Modifier and Type | Method and Description |
---|---|
TypeInfo |
create(DeclaredType type) |
TypeInfo |
create(TypeMirror type) |
TypeInfo |
create(TypeUse use,
DeclaredType type) |
TypeInfo |
create(TypeUse use,
TypeMirror type) |
TypeVariableInfo |
create(TypeUse use,
TypeVariable type) |
public TypeInfo create(TypeMirror type)
public TypeInfo create(TypeUse use, TypeMirror type)
public TypeInfo create(DeclaredType type)
public TypeInfo create(TypeUse use, DeclaredType type)
public TypeVariableInfo create(TypeUse use, TypeVariable type)
Copyright © 2017. All rights reserved.