systems.fehn.boot.starter.hashids.jackson.HashidsDeserializer Maven / Gradle / Ivy
package systems.fehn.boot.starter.hashids.jackson;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.core.JsonToken;
import com.fasterxml.jackson.databind.BeanProperty;
import com.fasterxml.jackson.databind.DeserializationContext;
import com.fasterxml.jackson.databind.JsonDeserializer;
import com.fasterxml.jackson.databind.deser.ContextualDeserializer;
import com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer;
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.LongStream;
public class HashidsDeserializer extends StdScalarDeserializer
© 2015 - 2025 Weber Informatics LLC | Privacy Policy