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:
trueif the value should be serialized
-