Iterable<ExtensionsSchema.ExtensionSchema>
, NamedDomainObjectCollectionSchema
@Incubating public interface ExtensionsSchema extends NamedDomainObjectCollectionSchema, Iterable<ExtensionsSchema.ExtensionSchema>
ExtensionContainer
Modifier and Type | Interface | Description |
---|---|---|
static interface |
ExtensionsSchema.ExtensionSchema |
Schema of an extension.
|
NamedDomainObjectCollectionSchema.NamedDomainObjectSchema
Modifier and Type | Method | Description |
---|---|---|
Iterable<ExtensionsSchema.ExtensionSchema> |
getElements() |
Returns an iterable of the schemas for each element in the collection.
|
forEach, iterator, spliterator
Iterable<ExtensionsSchema.ExtensionSchema> getElements()
getElements
in interface NamedDomainObjectCollectionSchema