Class HibernateMessageBundle

java.lang.Object
io.micronaut.context.AbstractMessageSource
io.micronaut.context.i18n.ResourceBundleMessageSource
io.micronaut.configuration.hibernate.validator.HibernateMessageBundle
All Implemented Interfaces:
io.micronaut.context.MessageSource, io.micronaut.core.order.Ordered

@Singleton @Requires(resources="classpath:org/hibernate/validator/ValidationMessages.properties") public class HibernateMessageBundle extends io.micronaut.context.i18n.ResourceBundleMessageSource
  • 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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from class io.micronaut.context.i18n.ResourceBundleMessageSource

    buildBundleCache, buildMessageCache, getClassLoader, 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
  • Constructor Details

    • HibernateMessageBundle

      public HibernateMessageBundle()
  • Method Details

    • getOrder

      public int getOrder()