-
public class Composition
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
Composition.OneOf
public final class
Composition.AnyOf
-
Field Summary
Fields Modifier and Type Field Description private final ComposedType
type
private final List<DocumentedContent>
content
-
Method Summary
Modifier and Type Method Description final ComposedType
getType()
final List<DocumentedContent>
getContent()
-
-
Method Detail
-
getType
final ComposedType getType()
-
getContent
final List<DocumentedContent> getContent()
-
-
-
-