public interface IndexedTypeIdentifier
Class
instance. In upcoming extensions an identifier might be backed
by a String.
N.B. the Class case is simultaneously considered "legacy" and a special case:
an annotated class has direct access to its metadata, while a typical identifier would need
to be used to lookup the metadata related to it from an external source.Modifier and Type | Method and Description |
---|---|
IndexedTypeSet |
asTypeSet() |
String |
getName()
Each indexed type must be identified by name which is unique
within the scope of a
SearchIntegrator . |
Class<?> |
getPojoType()
Deprecated.
This only exists to facilitate an iterative integration, and will be removed ASAP.
|
String getName()
SearchIntegrator
.@Deprecated Class<?> getPojoType()
IndexedTypeSet asTypeSet()
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.