- java.lang.Object
-
- jakarta.mail.internet.ParameterList.Value
-
- Enclosing class:
- ParameterList
private static class ParameterList.Value extends java.lang.Object
A struct to hold an encoded value. A parsed encoded value is stored as both the decoded value and the original encoded value (so that toString will produce the same result). An encoded value that is set explicitly is stored as the original value and the encoded value, to ensure that get will return the same value that was set.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
charset
(package private) java.lang.String
encodedValue
(package private) java.lang.String
value
-
Constructor Summary
Constructors Modifier Constructor Description private
Value()
-