| Constructor and Description |
|---|
MappableTypeModelFormatter(MappableTypeModel typeModel) |
| Modifier and Type | Method and Description |
|---|---|
MappableTypeModel |
IndexedEmbeddedDefinition.getDefiningTypeModel() |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends MappableTypeModel> |
TypeMetadataContributorProvider.getTypesContributedTo() |
| Modifier and Type | Method and Description |
|---|---|
void |
MappingConfigurationCollector.collectContributor(MappableTypeModel typeModel,
C contributor) |
Optional<C> |
TypeMetadataDiscoverer.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).
|
Set<C> |
TypeMetadataContributorProvider.get(MappableTypeModel typeModel) |
| Constructor and Description |
|---|
IndexedEmbeddedDefinition(MappableTypeModel definingTypeModel,
String relativePrefix,
ObjectFieldStorage storage,
Integer maxDepth,
Set<String> includePaths) |
| Modifier and Type | Method and Description |
|---|---|
Stream<? extends MappableTypeModel> |
MappableTypeModel.getAscendingSuperTypes() |
Stream<? extends MappableTypeModel> |
MappableTypeModel.getDescendingSuperTypes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MappableTypeModel.isSubTypeOf(MappableTypeModel other) |
| Modifier and Type | Method and Description |
|---|---|
static EventContext |
EventContexts.fromType(MappableTypeModel typeModel) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.