public interface TypeMirrorUtilities
TypeMirrorUtilities is a collection of useful methods for dealing with TypeMirrors.| Modifier and Type | Method and Description |
|---|---|
default Map<TypeMirror,String> |
getMap(Source map)
|
default TypeMirror |
getTypeMirror(Supplier<Class<?>> supplier)
Converts a
Class into a TypeMirror. |
default TypeMirror getTypeMirror(Supplier<Class<?>> supplier)
Class into a TypeMirror.supplier - a method that returns the Class (as the Class itself will not
work during annotation processing)TypeMirrordefault Map<TypeMirror,String> getMap(Source map)
map - the Interface annotation instanceTypeMirrors to class namesCopyright © 2019. All rights reserved.