Interface ValueFetchStrategy


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

      • apply

        java.lang.Object apply​(@Nonnull
                               java.lang.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