Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.TypeMappingStep
Packages that use TypeMappingStep
Package
Description
-
Uses of TypeMappingStep in org.hibernate.search.mapper.pojo.bridge.builtin.annotation.processor.impl
Methods in org.hibernate.search.mapper.pojo.bridge.builtin.annotation.processor.impl with parameters of type TypeMappingStepModifier and TypeMethodDescriptionvoidGeoPointBindingProcessor.process(TypeMappingStep mapping, GeoPointBinding annotation, TypeMappingAnnotationProcessorContext context) -
Uses of TypeMappingStep in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing with parameters of type TypeMappingStepModifier and TypeMethodDescriptionvoidTypeMappingAnnotationProcessor.process(TypeMappingStep mapping, A annotation, TypeMappingAnnotationProcessorContext context) Extract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter. -
Uses of TypeMappingStep in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl with parameters of type TypeMappingStepModifier and TypeMethodDescriptionvoidIndexedProcessor.process(TypeMappingStep mappingContext, Indexed annotation, TypeMappingAnnotationProcessorContext context) voidProjectionConstructorProcessor.process(TypeMappingStep mapping, ProjectionConstructor annotation, TypeMappingAnnotationProcessorContext context) voidSearchEntityProcessor.process(TypeMappingStep mappingContext, SearchEntity annotation, TypeMappingAnnotationProcessorContext context) voidTypeBindingProcessor.process(TypeMappingStep mapping, TypeBinding annotation, TypeMappingAnnotationProcessorContext context) -
Uses of TypeMappingStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic that return TypeMappingStepModifier and TypeMethodDescriptiondefault TypeMappingStepTypeMappingStep.binder(TypeBinder binder) Define a type binder, responsible for creating a bridge.TypeMappingStep.binder(TypeBinder binder, Map<String, Object> params) Define a type binder, responsible for creating a bridge.ConstructorMappingStep.hostingType()PropertyMappingStep.hostingType()Starts the definition of the mapping of a specific type.Starts the definition of the mapping of a specific named type. -
Uses of TypeMappingStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic.impl
Classes in org.hibernate.search.mapper.pojo.mapping.definition.programmatic.impl that implement TypeMappingStepMethods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic.impl that return TypeMappingStepModifier and TypeMethodDescriptionTypeMappingStepImpl.binder(TypeBinder binder, Map<String, Object> params)