Interface ValueParamProvider

All Known Implementing Classes:
AbstractValueParamProvider, SseEventSinkValueParamProvider

@Contract @ConstrainedTo(SERVER) public interface ValueParamProvider
Parameter value factory SPI.
Author:
Marek Potociar, Michal Gajdos
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Enumeration of priorities for providers (e.g.
    static interface 
    Priorities are intended to be used as a means to determine the order in which objects are considered whether they are suitable for a particular action or not (e.g. providing a service like creating a value supplier for an injectable parameter).
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the priority of this provider.
    Get an injected value provider for the parameter.