public class TypeIntrospectionResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeIntrospectionResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TypeIntrospectionResult.Builder |
builder() |
TypeElement |
getConcreteType() |
TypeMirror |
getConcreteTypeMirror() |
List<TypeIntrospectionResult> |
getGenerics() |
public static TypeIntrospectionResult.Builder builder()
public TypeElement getConcreteType()
public TypeMirror getConcreteTypeMirror()
public List<TypeIntrospectionResult> getGenerics()
Copyright © 2018 MuleSoft, Inc.. All rights reserved.