C
- The Java type of type metadata contributorspublic interface TypeMetadataDiscoverer<C>
Modifier and Type | Method and Description |
---|---|
Optional<C> |
discover(MappableTypeModel typeModel)
A hook to discover metadata lazily during bootstrap, which can be helpful when resolving metadata
from the type itself (Java annotations on a Java type, in particular).
|
Optional<C> discover(MappableTypeModel typeModel)
typeModel
- The type model which is about to be contributed to.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.