Package org.elasticsearch.index.mapper
Interface FieldMapper.SerializerCheck<T>
- Enclosing class:
- FieldMapper
public static interface FieldMapper.SerializerCheck<T>
Check on whether or not a parameter should be serialized
-
Method Summary
-
Method Details
-
check
Check on whether or not a parameter should be serialized- Parameters:
includeDefaults
- if defaults have been requestedisConfigured
- if the parameter has a different value to the defaultvalue
- the parameter value- Returns:
true
if the value should be serialized
-