public final class LiteralStringAttributeValue extends AbstractAttributeValue<String>
AttributeValue
for "literal" String
s which must not be
transliterated.
Note: using this implementation for an AttributeDefinition
where the
AttributeDefinition.isTransliterationMandatory()
is true
and the
supplied value is not in LatinScript would thow an exception in ImmutableAttributeMap.Builder.build()
.
Constructor and Description |
---|
LiteralStringAttributeValue(String value) |
Copyright © 2020. All Rights Reserved.