Annotation Interface EntityMapping
Annotation for mapping a handler method to a federated schema type.
- Since:
- 1.3.0
- Author:
- Rossen Stoyanchev
-
Optional Element Summary
-
Element Details
-
name
Customize the name of the entity to map to.By default, if not specified, this is initialized from the method name, with the first letter changed to upper case via
Character.toUpperCase(char)
.- Default:
- ""
-
value
Effectively an alias forname()
.- Default:
- ""
-