public class DslProperty<T> extends Object implements Serializable
Constructor and Description |
---|
DslProperty(T singleValue) |
DslProperty(T clientValue,
T serverValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
T |
getClientValue() |
T |
getServerValue() |
int |
hashCode() |
boolean |
isSingleValue() |
String |
toString() |
Copyright © 2016–2019 Spring. All rights reserved.