Interface MappingAnnotatedMethodParameter
- All Superinterfaces:
MappingAnnotatedElement
A method parameter in the entity model annotated with a mapping annotation.
- See Also:
-
Method Summary
Methods inherited from interface MappingAnnotatedElement
allAnnotations, javaClass
-
Method Details
-
name
- Returns:
- An optional containing the name of the method parameter, or
Optional.empty()if unavailable.
-