Interface ConfigurableValuePolicySupplier

  • All Superinterfaces:
    ValuePolicySupplier

    public interface ConfigurableValuePolicySupplier
    extends ValuePolicySupplier
    Provides value policy when needed (e.g. in generate expression evaluator). Accepts setting of path and definition for the item for which the value policy will be obtained.
    • Method Detail

      • setOutputDefinition

        default void setOutputDefinition​(ItemDefinition outputDefinition)
        Sets the definition of the item for which value policy will be provided.
      • setOutputPath

        default void setOutputPath​(ItemPath outputPath)
        Sets the path of the item for which value policy will be provided. (Actually this seems to be quite unused.)