@Deprecated
public class SimplePersonName
extends Object
A concrete implementation of PersonNameFormatter.PersonName that simply stores the field
values in a Map.
A caller can store both raw field values (such as "given") and modified field values (such as "given-informal")
in a SimplePersonName. But beyond storing and returning modified field values provided to it by the caller,
SimplePersonName relies on the PersonNameFormatter's default handling of field modifiers.