Generated by
JDiff

Interface org.springframework.core.env.PropertyResolver

Changed Methods
T getProperty(String, Class<T>) Documentation changed from old to new.
Return the property value associated with the given key, or {@code null} if the key cannot be resolved.
T getProperty(String, Class<T>, T) Documentation changed from old to new.
Return the property value associated with the given key, or {@code defaultValue} if the key cannot be resolved.