Uses of Interface
dev.orne.i18n.I18nString
Packages that use I18nString
Package
Description
Utilities for I18N support.
Javax JAXB integration for I18N support.
Javax Validation integration for I18N support.
-
Uses of I18nString in dev.orne.i18n
Classes in dev.orne.i18n that implement I18nStringModifier and TypeClassDescriptionfinal classImplementation ofI18nStringthat doesn't contain translations.classImplementation ofI18nStringbased onI18nResources.classImplementation ofI18nStringpopulated with translations.Methods in dev.orne.i18n that return I18nStringModifier and TypeMethodDescription@NotNull I18nStringI18nStringConverter.convert(@NotNull I18nString value) Converts the specifiedI18nStringto an instance of the desiredI18nStringsubtype.@NotNull I18nStringI18nStringGenerator.defaultValue(@NotNull dev.orne.test.rnd.params.StringGenerationParameters parameters) I18nStringJacksonDeserializer.deserialize(@NotNull com.fasterxml.jackson.core.JsonParser parser, @NotNull com.fasterxml.jackson.databind.DeserializationContext context) @NotNull I18nStringI18nStringGenerator.randomValue(@NotNull dev.orne.test.rnd.params.StringGenerationParameters parameters) Methods in dev.orne.i18n with parameters of type I18nStringModifier and TypeMethodDescription@NotNull I18nStringI18nStringConverter.convert(@NotNull I18nString value) Converts the specifiedI18nStringto an instance of the desiredI18nStringsubtype.static I18nFixedStringI18nFixedString.from(I18nString source) Creates a new instance with the translation for the current language of the specified sourceI18nString.booleanI18nFixedString.isEquivalent(I18nString obj) Returnstrueif the specifiedI18nStringis equivalent to this instance.booleanI18nResourcesString.isEquivalent(I18nString obj) Returnstrueif the specifiedI18nStringis equivalent to this instance.booleanI18nString.isEquivalent(I18nString other) Returnstrueif the specifiedI18nStringis equivalent to this instance.booleanI18nStringMap.isEquivalent(I18nString obj) Returnstrueif the specifiedI18nStringis equivalent to this instance.voidI18nStringJacksonSerializer.serialize(@NotNull I18nString value, @NotNull com.fasterxml.jackson.core.JsonGenerator jgen, @NotNull com.fasterxml.jackson.databind.SerializerProvider provider) Constructors in dev.orne.i18n with parameters of type I18nString -
Uses of I18nString in dev.orne.i18n.jaxb
Methods in dev.orne.i18n.jaxb that return I18nStringModifier and TypeMethodDescriptionstatic @NotNull I18nStringJaxbUtils.fromXml(@NotNull XmlI18nString value) Converts the specifiedXmlI18NStringtoI18nString.I18nStringAdapter.unmarshal(XmlI18nString value) Methods in dev.orne.i18n.jaxb with parameters of type I18nStringModifier and TypeMethodDescriptionI18nStringAdapter.Full.marshal(I18nString value) I18nStringAdapter.marshal(I18nString value) static XmlI18nStringJaxbUtils.toFullXml(I18nString value) Converts the specifiedI18nStringtoXmlI18NStringcontaining all the available translations.static XmlI18nStringJaxbUtils.toXml(I18nString value) Converts the specifiedI18nStringtoXmlI18NStringcontaining only the current language translation. -
Uses of I18nString in dev.orne.i18n.validation
Methods in dev.orne.i18n.validation with parameters of type I18nStringModifier and TypeMethodDescriptionbooleanAbstractValidatorForI18nString.isValid(I18nString value, @NotNull javax.validation.ConstraintValidatorContext context) booleanNotBlankValidatorForI18nString.isValid(I18nString value, javax.validation.ConstraintValidatorContext context) booleanNotEmptyValidatorForI18nString.isValid(I18nString value, @NotNull javax.validation.ConstraintValidatorContext context)