Class PojoModelValueElement<T>
java.lang.Object
org.hibernate.search.mapper.pojo.model.impl.PojoModelValueElement<T>
- Type Parameters:
T- The type used as a root element.
- All Implemented Interfaces:
PojoModelElement,PojoModelValue<T>
-
Constructor Summary
ConstructorsConstructorDescriptionPojoModelValueElement(PojoBootstrapIntrospector introspector, PojoTypeModel<? extends T> typeModel) -
Method Summary
-
Constructor Details
-
PojoModelValueElement
public PojoModelValueElement(PojoBootstrapIntrospector introspector, PojoTypeModel<? extends T> typeModel)
-
-
Method Details
-
toString
-
isAssignableTo
- Specified by:
isAssignableToin interfacePojoModelElement- Parameters:
clazz- AClass.- Returns:
trueif instances of the given class can be assigned to this element,falseotherwise.
-
rawType
- Specified by:
rawTypein interfacePojoModelElement- Returns:
- The
Classrepresenting the raw type of this element.
-