Annotation Type ValueBinderRef

    • Element Detail

      • name

        String name
        Reference a value binder by its bean name.
        Returns:
        The bean name of the value binder.
        Default:
        ""
      • type

        Class<? extends ValueBinder> type
        Reference a value binder by its type.
        Returns:
        The type of the value binder.
        Default:
        org.hibernate.search.mapper.pojo.bridge.mapping.annotation.ValueBinderRef.UndefinedBinderImplementationType.class
      • retrieval

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

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