| Constructor and Description |
|---|
Union(String name,
String description,
List<AnnotatedType> javaTypes) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
List<AnnotatedType> |
getJavaTypes() |
String |
getName() |
static AnnotatedType |
of(AnnotatedType[] types) |
static AnnotatedType |
unionize(AnnotatedType[] types) |
public Union(String name, String description, List<AnnotatedType> javaTypes)
public static AnnotatedType unionize(AnnotatedType[] types)
public static AnnotatedType of(AnnotatedType[] types)
public String getName()
public String getDescription()
public List<AnnotatedType> getJavaTypes()
Copyright © 2016–2017. All rights reserved.