Modifier and Type | Method and Description |
---|---|
static EventContext |
EventContexts.fromType(MappableTypeModel typeModel) |
Constructor and Description |
---|
MappableTypeModelFormatter(MappableTypeModel typeModel) |
Modifier and Type | Method and Description |
---|---|
Set<? extends MappableTypeModel> |
TypeMetadataContributorProvider.getTypesContributedTo() |
Modifier and Type | Method and Description |
---|---|
void |
Mapper.addIndexed(MappableTypeModel typeModel,
IndexManagerBuildingState<?> indexManagerBuildingState)
Add an indexed type to the mapping that will be
built . |
Optional<IndexModelBindingContext> |
IndexModelBindingContext.addIndexedEmbeddedIfIncluded(MappableTypeModel parentTypeModel,
String relativePrefix,
ObjectFieldStorage storage,
Integer maxDepth,
Set<String> includePaths) |
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).
|
void |
TypeMetadataContributorProvider.forEach(MappableTypeModel typeModel,
Consumer<C> contributorConsumer) |
void |
MappingConfigurationCollector.mapToIndex(MappableTypeModel typeModel,
String indexName) |
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 | Interface and Description |
---|---|
interface |
PojoRawTypeModel<T>
A
PojoTypeModel representing a raw type, fully defined by its Class . |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.