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> |
getTypesContributedTo() |
Set<C> get(MappableTypeModel typeModel)
typeModel - The model of a type to retrieve contributors for, including supertype contributors.Set<? extends MappableTypeModel> getTypesContributedTo()
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.