Class AValidatedString
- java.lang.Object
-
- de.quantummaid.mapmaid.testsupport.domain.valid.AValidatedString
-
public final class AValidatedString extends Object
-
-
Constructor Summary
Constructors Constructor Description AValidatedString()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AValidatedStringfromStringValue(String value)StringstringValue()
-
-
-
Method Detail
-
fromStringValue
public static AValidatedString fromStringValue(String value)
-
stringValue
public String stringValue()
-
-