Interface PojoModelValue<T>

All Superinterfaces:
PojoModelElement

@Incubating public interface PojoModelValue<T> extends PojoModelElement
A model element representing a value bound to a bridge.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.hibernate.search.mapper.pojo.model.PojoModelElement

    isAssignableTo
  • Method Details

    • rawType

      Class<?> rawType()
      Returns:
      The Class representing the raw type of this value.