Toggle navigation
Home
org.apache.james.mailbox.store.mail.model.MailboxMessage<Id> to org.apache.james.mailbox.store.mail.model.MailboxMessage
No. of Instances - 93
No. of Commits - 1
No. of Projects - {'james-project'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Different)
SimpleMailboxMessage<>
to
SimpleMailboxMessage
UnloadedMessageResult<Id>
to
UnloadedMessageResult
Mailbox<Id>
to
Mailbox
SimpleMailboxMessage<Id>
to
SimpleMailboxMessage
StoreMailboxPath<Id>
to
StoreMailboxPath
Add or Remove Method invocation
Throwing.function((MessageId messageId) -> { MailboxPath mailboxPath=messageId.getMailboxPath(); MessageMapper<Id> messageMapper=messageMapperFactory.getMessageMapper(mailboxSession); Mailbox mailbox=mailboxMapperFactory.getMailboxMapper(mailboxSession).findMailboxByPath(mailboxPath); return Pair.with(messageMapper.findInMailbox(mailbox,MessageRange.one(messageId.getUid()),MessageMapper.FetchType.Full,1),mailboxPath); } )
to
Throwing.function((MessageId messageId) -> { MailboxPath mailboxPath=messageId.getMailboxPath(); MessageMapper messageMapper=messageMapperFactory.getMessageMapper(mailboxSession); Mailbox mailbox=mailboxMapperFactory.getMailboxMapper(mailboxSession).findMailboxByPath(mailboxPath); return Pair.with(messageMapper.findInMailbox(mailbox,MessageRange.one(messageId.getUid()),MessageMapper.FetchType.Full,1),mailboxPath); } )
Cascading Type Change (Similar)
MailboxMessage<Id>
to
MailboxMessage