Class PojoHCAnnMethodParameterModel<T>
java.lang.Object
org.hibernate.search.mapper.pojo.model.hcann.spi.PojoHCAnnMethodParameterModel<T>
- All Implemented Interfaces:
PojoMethodParameterModel<T>
public final class PojoHCAnnMethodParameterModel<T>
extends Object
implements PojoMethodParameterModel<T>
-
Constructor Summary
ConstructorsConstructorDescriptionPojoHCAnnMethodParameterModel(PojoHCAnnConstructorModel<?> constructorModel, int index, Parameter parameter, AnnotatedType annotatedType) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hibernate.search.mapper.pojo.model.spi.PojoMethodParameterModel
equals, hashCode
-
Constructor Details
-
PojoHCAnnMethodParameterModel
public PojoHCAnnMethodParameterModel(PojoHCAnnConstructorModel<?> constructorModel, int index, Parameter parameter, AnnotatedType annotatedType)
-
-
Method Details
-
toString
-
index
public int index()- Specified by:
indexin interfacePojoMethodParameterModel<T>
-
name
- Specified by:
namein interfacePojoMethodParameterModel<T>
-
typeModel
- Specified by:
typeModelin interfacePojoMethodParameterModel<T>
-
isImplicit
public boolean isImplicit()- Specified by:
isImplicitin interfacePojoMethodParameterModel<T>
-