Class DecoderProperty

  • All Implemented Interfaces:
    java.io.Serializable

    public final class DecoderProperty
    extends EdgeExecutionProperty<DecoderFactory>
    Decoder ExecutionProperty. TODO #276: Add NoCoder property value in Encoder/DecoderProperty TODO #342: Check Encoder/Decoder symmetry
    See Also:
    Serialized Form
    • Method Detail

      • of

        public static DecoderProperty of​(DecoderFactory value)
        Static method exposing the constructor.
        Parameters:
        value - value of the new execution property.
        Returns:
        the newly created execution property.