Uses of Interface
io.github.xezzon.zeroweb.locale.event.II18nMessage
Packages that use II18nMessage
Package
Description
-
Uses of II18nMessage in io.github.xezzon.zeroweb.dict.domain
Classes in io.github.xezzon.zeroweb.dict.domain that implement II18nMessage -
Uses of II18nMessage in io.github.xezzon.zeroweb.locale.domain
Classes in io.github.xezzon.zeroweb.locale.domain that implement 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 thei18nMessage
record component.I18nMessageChangedEvent.newValue()
Returns the value of thenewValue
record component.I18nMessageChangedEvent.oldValue()
Returns the value of theoldValue
record component.Methods in io.github.xezzon.zeroweb.locale.event with parameters of type II18nMessageModifier and TypeMethodDescriptiondefault boolean
II18nMessage.eq
(II18nMessage that) 当命名空间与键都相同时,认为是同一国际化内容Constructors in io.github.xezzon.zeroweb.locale.event with parameters of type II18nMessageModifierConstructorDescriptionI18nMessageChangedEvent
(II18nMessage oldValue, II18nMessage newValue) Creates an instance of aI18nMessageChangedEvent
record class.I18nMessageDeletedEvent
(II18nMessage i18nMessage) Creates an instance of aI18nMessageDeletedEvent
record 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 TypeMethodDescriptionint
TranslationRepository.updateByNamespaceAndMessageKey
(II18nMessage oldI18nMessage, II18nMessage newI18nMessage)