Class BoundContainerExtractorPath<C,V>
java.lang.Object
org.hibernate.search.mapper.pojo.extractor.impl.BoundContainerExtractorPath<C,V>
- Type Parameters:
C- The container typeV- The extracted value type
A
ContainerExtractorPath bound to a given source type.
Instances are returned by the bind/tryBind methods of ContainerExtractorBinder.
The extractor path is guaranteed to be explicit
(ContainerExtractorPath.isDefault() returns false),
and to be valid when applied to the source type.
The extractor path may be empty, in which case the source type is equal to the extracted type.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <V> BoundContainerExtractorPath<V,V> noExtractors(PojoTypeModel<V> sourceType)
-
Method Details
-
noExtractors
-
getExtractorPath
-
getExtractedType
-