Uses of Class
org.hippoecm.repository.api.StringCodecService.Encoding
-
Packages that use StringCodecService.Encoding Package Description org.hippoecm.repository.api -
-
Uses of StringCodecService.Encoding in org.hippoecm.repository.api
Methods in org.hippoecm.repository.api that return StringCodecService.Encoding Modifier and Type Method Description static StringCodecService.Encoding
StringCodecService.Encoding. valueOf(String name)
Returns the enum constant of this type with the specified name.static StringCodecService.Encoding[]
StringCodecService.Encoding. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hippoecm.repository.api with parameters of type StringCodecService.Encoding Modifier and Type Method Description StringCodec
StringCodecService. getStringCodec(StringCodecService.Encoding encoding)
Returns the default string codec for a certain encoding.StringCodec
StringCodecService. getStringCodec(StringCodecService.Encoding encoding, String locale)
Returns the string codec for a certain encoding that is best suited for the given locale.
-