Interface PojoPropertyModel<T>
-
- All Known Implementing Classes:
AbstractPojoHCAnnPropertyModel
public interface PojoPropertyModel<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<Annotation>annotations()org.hibernate.search.util.common.reflect.spi.ValueReadHandle<T>handle()Stringname()PojoGenericTypeModel<T>typeModel()
-
-
-
Method Detail
-
name
String name()
-
annotations
Stream<Annotation> annotations()
-
typeModel
PojoGenericTypeModel<T> typeModel()
- Returns:
- A model of this property's type. Implementations may decide to implement their own,
but could also simply use
GenericContextAwarePojoGenericTypeModel.
-
handle
org.hibernate.search.util.common.reflect.spi.ValueReadHandle<T> handle()
-
-