Interface FieldResolverStrategy
- All Known Implementing Classes:
L10nFieldResolverStrategy
public interface FieldResolverStrategy
Allows custom resolving of field names to
Attributes
.-
Method Summary
Modifier and TypeMethodDescriptionresolveField
(EntityModel entityType, String fieldName) boolean
supports
(EntityModel entityModel, String fieldName) does this resolver support resolving this field?
-
Method Details
-
resolveField
-
supports
does this resolver support resolving this field?
-