public class AutoGeneratedProperty extends Object
| Modifier and Type | Field and Description |
|---|---|
static AutoGeneratedProperty |
DEFAULT |
| Constructor and Description |
|---|
AutoGeneratedProperty(String expression) |
| Modifier and Type | Method and 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 © 2020. All rights reserved.