All Known Implementing Classes:
FieldResolverImpl

public interface FieldResolver
  • Method Summary

    Modifier and Type
    Method
    Description
    resolveField(EntityModel entityType, String fieldName)
    Allows to rewrite a field name of a specific entity type.
  • Method Details

    • resolveField

      String resolveField(EntityModel entityType, String fieldName)
      Allows to rewrite a field name of a specific entity type. This may be used to resolve virtual properties.