Class FieldNameMappingFilter

    • Constructor Detail

      • FieldNameMappingFilter

        public FieldNameMappingFilter()
    • Method Detail

      • setExcludeUnmapped

        @Field
        public void setExcludeUnmapped​(boolean excludeUnmapped)
        If this is true (default), this means that only the fields that have a "from" value in the mapper will be passed through. Otherwise, this will pass through all keys/values and mutate the keys that exist in the mappings.
        Parameters:
        excludeUnmapped -