Class IndexMappingConfigurationSerializer
java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<T>
com.fasterxml.jackson.databind.ser.std.StdSerializer<IndexMappingConfiguration>
io.jmix.search.index.mapping.impl.IndexMappingConfigurationSerializer
- All Implemented Interfaces:
- com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable,- com.fasterxml.jackson.databind.jsonschema.SchemaAware,- Serializable
public class IndexMappingConfigurationSerializer
extends com.fasterxml.jackson.databind.ser.std.StdSerializer<IndexMappingConfiguration>
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializercom.fasterxml.jackson.databind.JsonSerializer.None
- 
Field SummaryFields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer_handledType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidmergeField(com.fasterxml.jackson.databind.node.ObjectNode root, String fieldName, com.fasterxml.jackson.databind.node.ObjectNode configValue) protected com.fasterxml.jackson.databind.node.ObjectNodemergeFields(IndexMappingConfiguration configuration) voidserialize(IndexMappingConfiguration configuration, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrowMethods inherited from class com.fasterxml.jackson.databind.JsonSerializergetDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties
- 
Constructor Details- 
IndexMappingConfigurationSerializerprotected IndexMappingConfigurationSerializer()
 
- 
- 
Method Details- 
serializepublic void serialize(IndexMappingConfiguration configuration, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException - Specified by:
- serializein class- com.fasterxml.jackson.databind.ser.std.StdSerializer<IndexMappingConfiguration>
- Throws:
- IOException
 
- 
mergeFieldsprotected com.fasterxml.jackson.databind.node.ObjectNode mergeFields(IndexMappingConfiguration configuration) 
- 
mergeFieldprotected void mergeField(com.fasterxml.jackson.databind.node.ObjectNode root, String fieldName, com.fasterxml.jackson.databind.node.ObjectNode configValue) 
 
-