Interface ValueResolver

    • Method Detail

      • resolve

        @NotNull
        ProcessingResult resolve​(@NotNull
                                 String value)
        Parameters:
        value - value to be resolved
        Returns:
        the processing result
      • resolve

        @NotNull
        Map<String,​String> resolve​(@NotNull
                                         Map<String,​String> unresolved)
        Resolves values of the map at once. Note: if map contains a parameter with null value then this parameter won't be returned in the resulting map.
        Parameters:
        unresolved - map whose values to resolve
        Returns:
        map with resolved values
        Since:
        6.5.5
      • resolveWithDetails

        @NotNull
        Map<String,​ProcessingResult> resolveWithDetails​(@NotNull
                                                              Map<String,​String> unresolved)
        Resolves values of the map, returns result with resolving details. Note: if map contains a parameter with null value then this parameter won't be returned in the resulting map.
        Parameters:
        unresolved - map whose values to resolve
        Returns:
        map with resolved values
        Since:
        8.1