Uses of Interface
io.github.xezzon.zeroweb.locale.II18nMessage
Packages that use II18nMessage
Package
Description
-
Uses of II18nMessage in io.github.xezzon.zeroweb.locale
Classes in io.github.xezzon.zeroweb.locale that implement II18nMessageFields in io.github.xezzon.zeroweb.locale with type parameters of type II18nMessageModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.MappedSuperclassType<II18nMessage> II18nMessage_.class_Static metamodel type forII18nMessageMethods in io.github.xezzon.zeroweb.locale with parameters of type II18nMessageModifier and TypeMethodDescriptiondefault booleanII18nMessage.eq(II18nMessage that) 判断当前国际化消息与另一个II18nMessage对象是否相同。 -
Uses of II18nMessage in io.github.xezzon.zeroweb.locale.event
Methods in io.github.xezzon.zeroweb.locale.event that return II18nMessageModifier and TypeMethodDescriptionI18nMessageDeletedEvent.i18nMessage()Returns the value of thei18nMessagerecord component.I18nMessageChangedEvent.newValue()Returns the value of thenewValuerecord component.I18nMessageChangedEvent.oldValue()Returns the value of theoldValuerecord component.Constructors in io.github.xezzon.zeroweb.locale.event with parameters of type II18nMessageModifierConstructorDescriptionI18nMessageChangedEvent(II18nMessage oldValue, II18nMessage newValue) Creates an instance of aI18nMessageChangedEventrecord class.I18nMessageDeletedEvent(II18nMessage i18nMessage) Creates an instance of aI18nMessageDeletedEventrecord class. -
Uses of II18nMessage in io.github.xezzon.zeroweb.locale.repository
Methods in io.github.xezzon.zeroweb.locale.repository with parameters of type II18nMessageModifier and TypeMethodDescriptionintTranslationRepository.updateByNamespaceAndMessageKey(II18nMessage oldI18nMessage, II18nMessage newI18nMessage) 根据旧的国际化内容更新翻译文本的命名空间和消息键。