Interface Parameterizable<T>

  • All Known Subinterfaces:
    ParameterMixedOperation<T,​L,​R>

    @Deprecated
    public interface Parameterizable<T>
    Deprecated.
    It is no longer necessary to associate parameters prior to deserialization. Please provide the parameters to one of the process methods instead
    • Method Detail

      • withParameters

        T withParameters​(Map<String,​String> parameters)
        Deprecated.