All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yahoo.elide.ElideMapper Maven / Gradle / Ivy

There is a newer version: 7.1.4
Show newest version
/*
 * Copyright 2023, the original author or authors.
 * Licensed under the Apache License, Version 2.0
 * See LICENSE file in project root for terms.
 */
package com.yahoo.elide;

import com.fasterxml.jackson.databind.ObjectMapper;

import lombok.AllArgsConstructor;
import lombok.Getter;

/**
 * Used to store the singleton shared {@link ObjectMapper} instance.
 */
@Getter
@AllArgsConstructor
public class ElideMapper {
    private final ObjectMapper objectMapper;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy