C
- The Java type of type metadata contributorspublic interface TypeMetadataContributorProvider<C>
Modifier and Type | Method and Description |
---|---|
void |
forEach(MappableTypeModel typeModel,
Consumer<C> contributorConsumer) |
Set<? extends MappableTypeModel> |
getTypesContributedTo() |
void forEach(MappableTypeModel typeModel, Consumer<C> contributorConsumer)
typeModel
- The model of a type to retrieve contributors for, including supertype contributors.contributorConsumer
- The consumer that will be applied to each contributor.Set<? extends MappableTypeModel> getTypesContributedTo()
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.