Interface ValueFetchStrategy


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

      • 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