Uses of Enum Class
org.hippoecm.repository.api.StringCodecService.Encoding
-
Uses of StringCodecService.Encoding in org.hippoecm.repository.api
Modifier and TypeMethodDescriptionstatic StringCodecService.Encoding
Returns the enum constant of this class with the specified name.static StringCodecService.Encoding[]
StringCodecService.Encoding.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionStringCodecService.getStringCodec
(StringCodecService.Encoding encoding) Returns the default string codec for a certain encoding.StringCodecService.getStringCodec
(StringCodecService.Encoding encoding, String locale) Returns the string codec for a certain encoding that is best suited for the given locale.