C - The Java type of type metadata contributorspublic interface TypeMetadataContributorProvider<C>
| Modifier and Type | Method and Description |
|---|---|
Set<C> |
get(MappableTypeModel typeModel) |
Set<? extends MappableTypeModel> |
typesContributedTo() |
Set<C> get(MappableTypeModel typeModel)
typeModel - The model of a type to retrieve contributors for, including supertype contributors.Set<? extends MappableTypeModel> typesContributedTo()
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.