ExtensionsSchema
public interface NamedDomainObjectCollectionSchema
NamedDomainObjectCollection
Modifier and Type | Interface | Description |
---|---|---|
static interface |
NamedDomainObjectCollectionSchema.NamedDomainObjectSchema |
Schema of a named domain object.
|
Modifier and Type | Method | Description |
---|---|---|
Iterable<? extends NamedDomainObjectCollectionSchema.NamedDomainObjectSchema> |
getElements() |
Returns an iterable of the schemas for each element in the collection.
|
Iterable<? extends NamedDomainObjectCollectionSchema.NamedDomainObjectSchema> getElements()