Class ServerDslProperty

java.lang.Object
org.springframework.cloud.contract.spec.internal.DslProperty
org.springframework.cloud.contract.spec.internal.ServerDslProperty
All Implemented Interfaces:
Serializable

public class ServerDslProperty extends DslProperty
Represents a server side DslProperty.
Since:
1.0.0
See Also:
  • Constructor Details

    • ServerDslProperty

      public ServerDslProperty(Object singleValue)
    • ServerDslProperty

      public ServerDslProperty(Object server, Object client)