public class Strategy extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Matchers |
matchers |
protected String |
name |
| Constructor and Description |
|---|
Strategy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Matchers |
getMatchers()
The matcher strategy configuration used when applying an XML-based strategy.
|
String |
getName()
The class used to provide a naming strategy for generated source code.
|
int |
hashCode() |
void |
setMatchers(Matchers value)
Sets the value of the matchers property.
|
void |
setName(String value)
Sets the value of the name property.
|
String |
toString() |
Strategy |
withMatchers(Matchers value) |
Strategy |
withName(String value) |
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Matchers getMatchers()
Matcherspublic void setMatchers(Matchers value)
value - allowed object is
MatchersCopyright © 2019. All rights reserved.