public class MatchingStrategy extends DslProperty
Modifier and Type | Class and Description |
---|---|
static class |
MatchingStrategy.Type |
Constructor and Description |
---|
MatchingStrategy(DslProperty value,
MatchingStrategy.Type type) |
MatchingStrategy(DslProperty value,
MatchingStrategy.Type type,
JSONCompareMode jsonCompareMode) |
MatchingStrategy(Object value,
MatchingStrategy.Type type) |
MatchingStrategy(Object value,
MatchingStrategy.Type type,
JSONCompareMode jsonCompareMode) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
JSONCompareMode |
getJsonCompareMode() |
MatchingStrategy.Type |
getType() |
int |
hashCode() |
void |
setJsonCompareMode(JSONCompareMode jsonCompareMode) |
void |
setType(MatchingStrategy.Type type) |
String |
toString() |
getClientValue, getServerValue, isSingleValue
public MatchingStrategy(Object value, MatchingStrategy.Type type)
public MatchingStrategy(Object value, MatchingStrategy.Type type, JSONCompareMode jsonCompareMode)
public MatchingStrategy(DslProperty value, MatchingStrategy.Type type)
public MatchingStrategy(DslProperty value, MatchingStrategy.Type type, JSONCompareMode jsonCompareMode)
public MatchingStrategy.Type getType()
public void setType(MatchingStrategy.Type type)
public JSONCompareMode getJsonCompareMode()
public void setJsonCompareMode(JSONCompareMode jsonCompareMode)
public String toString()
toString
in class DslProperty
public boolean equals(Object o)
equals
in class DslProperty
public int hashCode()
hashCode
in class DslProperty
Copyright © 2016–2019 Spring. All rights reserved.