Class SegmentedName
- java.lang.Object
-
- dev.aherscu.qa.jgiven.commons.model.Text
-
- dev.aherscu.qa.jgiven.commons.model.Name
-
- dev.aherscu.qa.jgiven.commons.model.SegmentedName
-
public class SegmentedName extends Name
Represents a name built of segments delimited by some separator.- Author:
- Adrian Herscu
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class dev.aherscu.qa.jgiven.commons.model.Text
Text.Serializer<T extends Text>
-
-
Constructor Summary
Constructors Constructor Description SegmentedName(char separator, String... segments)
SegmentedName(String... segments)
-
Method Summary
-
Methods inherited from class dev.aherscu.qa.jgiven.commons.model.Name
firstNameFor, lastNameFor, name
-
Methods inherited from class dev.aherscu.qa.jgiven.commons.model.Text
equals, hashCode, normalized, normalizedValue, toString
-
-