Searched refs:NULL_SUPPLIER (Results 1 – 1 of 1) sorted by relevance
29 private static final Supplier<String> NULL_SUPPLIER = () -> null; field in SystemProperties691 return getProperty(property, NULL_SUPPLIER); in getProperty()