Annotation Type MarkerBinderRef
-
@Documented @Target({}) @Retention(RUNTIME) public @interface MarkerBinderRef
References aMarkerBinder.References can use either a name, a type, or both.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringnameReference a marker binder by its bean name.Class<? extends MarkerBinder>typeReference a marker binder by its bean type.
-
-
-
Element Detail
-
name
String name
Reference a marker binder by its bean name.- Returns:
- The bean name of the marker binder.
- Default:
- ""
-
-
-
type
Class<? extends MarkerBinder> type
Reference 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
-
-