Interface FieldResolver
- All Known Implementing Classes:
FieldResolverImpl
public interface FieldResolver
-
Method Summary
Modifier and TypeMethodDescriptionresolveField
(EntityModel entityType, String fieldName) Allows to rewrite a field name of a specific entity type.
-
Method Details
-
resolveField
Allows to rewrite a field name of a specific entity type. This may be used to resolve virtual properties.
-