接口 DefaultValueProcessor
- 所有已知实现类:
DefaultDefaultValueProcessor
public interface DefaultValueProcessor
Defines the default value for a type when its value is null.
-
方法概要
-
方法详细资料
-
getDefaultValue
Returns an appropriate default value for a type.- 参数:
type-- 返回:
- the default value for instances of type
-