Annotation Type MarkerBinderRef

    • 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
      • retrieval

        BeanRetrieval retrieval
        Returns:
        How to retrieve the binder. See BeanRetrieval.
        Default:
        org.hibernate.search.engine.environment.bean.BeanRetrieval.ANY
      • params

        Param[] params
        Returns:
        Params that will be passed to the MarkerBinder.
        Default:
        {}