Files
spring-data-geode/spring-data-geode
John Blum 18d73052ef DATAGEODE-306 - Add requireObject(..) methods to SpringUtils.
Adds requireObject(obj:T, message:String) and requireObject(:Supplier<T>, message:String) to SpringUtils to assert that an Object reference is not null, returning the Object if not null or throwing an IllegalStateException if the Object reference is null.
2020-09-24 12:04:42 -07:00
..