systems.fehn.boot.starter.hashids.jackson.HashidsSerializer Maven / Gradle / Ivy
package systems.fehn.boot.starter.hashids.jackson;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.databind.BeanProperty;
import com.fasterxml.jackson.databind.JsonSerializer;
import com.fasterxml.jackson.databind.SerializerProvider;
import com.fasterxml.jackson.databind.ser.ContextualSerializer;
import com.fasterxml.jackson.databind.ser.std.StdScalarSerializer;
import org.springframework.beans.factory.annotation.Autowired;
import systems.fehn.boot.starter.hashids.Hashids;
import systems.fehn.boot.starter.hashids.HashidsProvider;
import java.io.IOException;
import java.util.stream.IntStream;
import java.util.stream.Stream;
public class HashidsSerializer extends StdScalarSerializer
© 2015 - 2025 Weber Informatics LLC | Privacy Policy