public interface GenericType
| Modifier and Type | Method and Description |
|---|---|
String |
fullQualifiedName() |
com.google.common.base.Optional<Element> |
getElement() |
List<GenericType> |
getGenericTypeArguments() |
TypeMirror |
getType() |
boolean |
hasMetaData() |
boolean |
is(String typeName) |
boolean |
isCollection() |
boolean |
isList() |
boolean |
isMap() |
boolean |
isMetaData() |
TypeMirror getType()
com.google.common.base.Optional<Element> getElement()
List<GenericType> getGenericTypeArguments()
boolean hasMetaData()
boolean isList()
boolean isMap()
boolean is(String typeName)
boolean isMetaData()
boolean isCollection()
String fullQualifiedName()
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.