public class AutoGeneratedProperty extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static AutoGeneratedProperty |
DEFAULT |
| Constructor | Description |
|---|---|
AutoGeneratedProperty(String expression) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getExpression() |
|
int |
hashCode() |
|
static AutoGeneratedProperty |
of(String expression) |
|
String |
toString() |
public static final AutoGeneratedProperty DEFAULT
public AutoGeneratedProperty(String expression)
public String getExpression()
public static AutoGeneratedProperty of(String expression)
Copyright © 2018. All rights reserved.