Annotation Type PropertyBinderRef


@Documented @Target({}) @Retention(RUNTIME) public @interface PropertyBinderRef
References a PropertyBinder.

References can use either a name, a type, or both.

  • Element Details

    • name

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

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

      BeanRetrieval retrieval
      Returns:
      How to retrieve the binder. See BeanRetrieval.
      Default:
      ANY
    • params

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