Package net.sf.json.processors
Interface DefaultValueProcessor
-
- All Known Implementing Classes:
DefaultDefaultValueProcessor
public interface DefaultValueProcessor
Defines the default value for a type when its value is null.- Author:
- Andres Almiray
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getDefaultValue(java.lang.Class type)
Returns an appropriate default value for a type.
-