Interface StringRepresentableValue
public interface StringRepresentableValue
Aspect providing means to represent its value as localized string.
Note: You could use Locale.getDefault()
to get the current value of the default locale
for this instance of the Java Virtual Machine.
- Since:
- 5.0.100
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AspectType<StringRepresentableValue>
The aspect's technical type to be used for requesting it from anAspectable
. -
Method Summary
Modifier and TypeMethodDescriptiontoStringRepresentation
(Object data) Return theValueHolder's value
toText
representation.
-
Field Details
-
TYPE
The aspect's technical type to be used for requesting it from anAspectable
.- Since:
- 5.0.100
-
-
Method Details
-
toStringRepresentation
Return theValueHolder's value
toText
representation.Note: You could use
Locale.getDefault()
to get the current value of the default locale for this instance of the Java Virtual Machine.- Parameters:
data
- the data to be represented as localized string- Returns:
- the localized string representation
- Since:
- 5.0.100
- See Also:
-