spring-framework / org.springframework.context.support / MessageSourceResourceBundle / containsKey

containsKey

open fun containsKey(key: String): Boolean

This implementation checks whether the target MessageSource can resolve a message for the given key, translating NoSuchMessageException accordingly. In contrast to ResourceBundle's default implementation in JDK 1.6, this does not rely on the capability to enumerate message keys.