Interface ValueFetchStrategy


@ProviderType public interface ValueFetchStrategy
Denotes a specific value fetching strategy for BulkEditValueMap
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(String key, Resource resource)
     
  • Method Details

    • apply

      Object apply(@Nonnull String key, @Nonnull Resource resource)
      Parameters:
      key - The property name to fetch
      resource - The resource which property value is fetched
      Returns:
      The result of fetch conversion