Annotation Type MarkerBinderRef
References a
MarkerBinder.
References can use either a name, a type, or both.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClass used as a marker for the default value of thetype()attribute. -
Optional Element Summary
Optional Elements
-
Element Details
-
name
String nameReference a marker binder by its bean name.- Returns:
- The bean name of the marker binder.
- Default:
""
-
type
Class<? extends MarkerBinder> typeReference a marker binder by its bean type.- Returns:
- The bean type of the marker binder.
- Default:
org.hibernate.search.mapper.pojo.bridge.mapping.annotation.MarkerBinderRef.UndefinedBinderImplementationType.class
-
retrieval
org.hibernate.search.engine.environment.bean.BeanRetrieval retrieval- Returns:
- How to retrieve the binder. See
BeanRetrieval.
- Default:
ANY
-
params
Param[] params- Returns:
- Params that will be passed to the
MarkerBinder.
- Default:
{}
-