Class EmailMessages

java.lang.Object
io.micronaut.context.AbstractMessageSource
io.micronaut.context.StaticMessageSource
io.micronaut.email.validation.EmailMessages
All Implemented Interfaces:
io.micronaut.context.MessageSource, io.micronaut.core.order.Ordered

@Singleton public class EmailMessages extends io.micronaut.context.StaticMessageSource
Validation messages for Email.
Since:
1.0.0
Author:
Sergio del Amo
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.micronaut.context.AbstractMessageSource

    io.micronaut.context.AbstractMessageSource.MessageKey

    Nested classes/interfaces inherited from interface io.micronaut.context.MessageSource

    io.micronaut.context.MessageSource.MessageContext
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    AnyRecipient message.

    Fields inherited from interface io.micronaut.context.MessageSource

    EMPTY

    Fields inherited from interface io.micronaut.core.order.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor to initialize messages.
  • Method Summary

    Methods inherited from class io.micronaut.context.StaticMessageSource

    addMessage, addMessage, getRawMessage

    Methods inherited from class io.micronaut.context.AbstractMessageSource

    interpolate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.micronaut.context.MessageSource

    getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getRawMessage, getRequiredMessage, getRequiredRawMessage

    Methods inherited from interface io.micronaut.core.order.Ordered

    getOrder
  • Field Details

  • Constructor Details

    • EmailMessages

      public EmailMessages()
      Default constructor to initialize messages. via StaticMessageSource.addMessage(String, String)