public class ProviderInfo
public static au.com.dius.pact.consumer.junit5.ProviderInfo.Companion Companion
@JvmOverloads
public ProviderInfo(@NotNull
java.lang.String providerName,
@NotNull
java.lang.String hostInterface,
@NotNull
java.lang.String port,
@Nullable
au.com.dius.pact.core.model.PactSpecVersion pactVersion,
@Nullable
ProviderType providerType)
@JvmOverloads
public ProviderInfo(@NotNull
java.lang.String providerName,
@NotNull
java.lang.String hostInterface,
@NotNull
java.lang.String port,
@Nullable
au.com.dius.pact.core.model.PactSpecVersion pactVersion)
@JvmOverloads
public ProviderInfo(@NotNull
java.lang.String providerName,
@NotNull
java.lang.String hostInterface,
@NotNull
java.lang.String port)
@JvmOverloads
public ProviderInfo(@NotNull
java.lang.String providerName,
@NotNull
java.lang.String hostInterface)
@JvmOverloads
public ProviderInfo(@NotNull
java.lang.String providerName)
@JvmOverloads public ProviderInfo()
@NotNull public au.com.dius.pact.consumer.model.MockProviderConfig mockServerConfig()
@NotNull public ProviderInfo merge(@NotNull ProviderInfo other)
@NotNull public java.lang.String getProviderName()
@NotNull public java.lang.String getHostInterface()
@NotNull public java.lang.String getPort()
@Nullable public au.com.dius.pact.core.model.PactSpecVersion getPactVersion()
@Nullable public ProviderType getProviderType()
@NotNull public java.lang.String component1()
@NotNull public java.lang.String component2()
@NotNull public java.lang.String component3()
@Nullable public au.com.dius.pact.core.model.PactSpecVersion component4()
@Nullable public ProviderType component5()
@NotNull public ProviderInfo copy(@NotNull java.lang.String providerName, @NotNull java.lang.String hostInterface, @NotNull java.lang.String port, @Nullable au.com.dius.pact.core.model.PactSpecVersion pactVersion, @Nullable ProviderType providerType)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)