Uses of Enum Class
org.hippoecm.repository.api.StringCodecService.Encoding
Packages that use StringCodecService.Encoding
-
Uses of StringCodecService.Encoding in org.hippoecm.repository.api
Methods in org.hippoecm.repository.api that return StringCodecService.EncodingModifier 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.Methods in org.hippoecm.repository.api with parameters of type StringCodecService.EncodingModifier 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.