EmptyTextDescriptionpublic class TextDescription extends Description
| Constructor | Description |
|---|---|
TextDescription(String value,
Object... args) |
Creates a new
TextDescription. |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
value() |
emptyIfNull, mostRelevantDescription, toStringpublic TextDescription(String value, Object... args)
TextDescription.value - the value of this description.NullPointerException - if the given value is null.Copyright © 2014–2019. All rights reserved.