Uses of Interface
io.github.xezzon.zeroweb.locale.II18nMessage
Packages that use II18nMessage
Package
Description
-
Uses of II18nMessage in io.github.xezzon.zeroweb.app
Classes in io.github.xezzon.zeroweb.app that implement II18nMessage -
Uses of II18nMessage in io.github.xezzon.zeroweb.dict
Classes in io.github.xezzon.zeroweb.dict that implement II18nMessage -
Uses of II18nMessage in io.github.xezzon.zeroweb.locale
Classes in io.github.xezzon.zeroweb.locale that implement II18nMessageMethods in io.github.xezzon.zeroweb.locale with parameters of type II18nMessageModifier and TypeMethodDescriptiondefault boolean
II18nMessage.eq
(II18nMessage that) 当命名空间与键都相同时,认为是同一国际化内容 -
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.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)