Class DefaultValidationMessages

  • All Implemented Interfaces:
    io.micronaut.context.MessageSource, io.micronaut.core.order.Ordered

    @Singleton
    public class DefaultValidationMessages
    extends io.micronaut.context.StaticMessageSource
    The default error messages.
    Since:
    1.2
    • 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 inherited from interface io.micronaut.context.MessageSource

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

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • 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
    • Constructor Detail

      • DefaultValidationMessages

        public DefaultValidationMessages()
        Constructs the default error messages.