Uses of Class
org.hibernate.search.mapper.pojo.route.DocumentRouteDescriptor
Packages that use DocumentRouteDescriptor
-
Uses of DocumentRouteDescriptor in org.hibernate.search.mapper.pojo.route
Methods in org.hibernate.search.mapper.pojo.route that return DocumentRouteDescriptorModifier and TypeMethodDescriptionDocumentRoutesDescriptor.currentRoute()
static DocumentRouteDescriptor
Methods in org.hibernate.search.mapper.pojo.route that return types with arguments of type DocumentRouteDescriptorMethods in org.hibernate.search.mapper.pojo.route with parameters of type DocumentRouteDescriptorModifier and TypeMethodDescriptionstatic DocumentRoutesDescriptor
DocumentRoutesDescriptor.of
(DocumentRouteDescriptor currentRoute) static DocumentRoutesDescriptor
DocumentRoutesDescriptor.of
(DocumentRouteDescriptor currentRoute, Collection<DocumentRouteDescriptor> previousRoutes) Method parameters in org.hibernate.search.mapper.pojo.route with type arguments of type DocumentRouteDescriptorModifier and TypeMethodDescriptionstatic DocumentRoutesDescriptor
DocumentRoutesDescriptor.of
(DocumentRouteDescriptor currentRoute, Collection<DocumentRouteDescriptor> previousRoutes) Constructors in org.hibernate.search.mapper.pojo.route with parameters of type DocumentRouteDescriptorModifierConstructorDescriptionDocumentRoutesDescriptor
(DocumentRouteDescriptor currentRoute, Collection<DocumentRouteDescriptor> previousRoutes) Constructor parameters in org.hibernate.search.mapper.pojo.route with type arguments of type DocumentRouteDescriptorModifierConstructorDescriptionDocumentRoutesDescriptor
(DocumentRouteDescriptor currentRoute, Collection<DocumentRouteDescriptor> previousRoutes)