Interface ValueProviderResolver

  • All Known Subinterfaces:
    ValueProviderRegistry
    All Known Implementing Classes:
    ValueProviderRegistry.Adapter

    public interface ValueProviderResolver
    Created by Andrey Titov on 6/21/17. A provider that can dynamically provide a ValueProvider instance by a key An implementation of this interface could be registered in the ValueProviderRegistry to dynamically provide default value types for unregistered value type keys.
    • Method Detail

      • getValueProvider

        @Nullable
        ValueProvider getValueProvider​(@NotNull
                                       java.lang.String key)
        Should return a ValueProvider for the key in case this key is supported by this provider. Null if this key is not supported.