spring-framework / org.springframework.jndi / JndiPropertySource / getProperty

getProperty

@Nullable open fun getProperty(name: String): Any

This implementation looks up and returns the value associated with the given name from the underlying JndiLocatorDelegate. If a NamingException is thrown during the call to JndiLocatorDelegate#lookup(String), returns null and issues a DEBUG-level log statement with the exception message.