Interface MappingAnnotatedMethodParameter
-
- All Superinterfaces:
MappingAnnotatedElement
- All Known Implementing Classes:
MethodParameterMappingAnnotationProcessorContextImpl
public interface MappingAnnotatedMethodParameter extends MappingAnnotatedElement
A method parameter in the entity model annotated with a mapping annotation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<String>name()-
Methods inherited from interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MappingAnnotatedElement
allAnnotations, javaClass
-
-
-
-
Method Detail
-
name
Optional<String> name()
- Returns:
- An optional containing the name of the method parameter, or
Optional.empty()if unavailable.
-
-