public class ColorDto extends Object
#ffffff or hex:ffffff for the input
(using from(String), but will always write as hex:ffffff when using toString().| Modifier and Type | Field and Description |
|---|---|
static ColorDto |
BLACK |
static ColorDto |
TRANSPARENT |
static ColorDto |
WHITE |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static ColorDto |
from(@NonNull String value) |
String |
getValue() |
int |
hashCode() |
String |
toString() |
Copyright © 2020. All rights reserved.