Class UlidToBytesConverter

java.lang.Object
com.redis.om.spring.convert.UlidToBytesConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<com.github.f4b6a3.ulid.Ulid,byte[]>

@Component @WritingConverter public class UlidToBytesConverter extends Object implements org.springframework.core.convert.converter.Converter<com.github.f4b6a3.ulid.Ulid,byte[]>
  • Constructor Details

    • UlidToBytesConverter

      public UlidToBytesConverter()
  • Method Details

    • convert

      public byte[] convert(com.github.f4b6a3.ulid.Ulid source)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<com.github.f4b6a3.ulid.Ulid,byte[]>