Annotation Type TypeBinderRef

    • Element Detail

      • name

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

        Class<? extends TypeBinder> type
        Reference a type binder by its bean type.
        Returns:
        The type of the type binder.
        Default:
        org.hibernate.search.mapper.pojo.bridge.mapping.annotation.TypeBinderRef.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 TypeBinder.
        Default:
        {}