Interface CompositeAttributeConverter<T>

All Known Implementing Classes:
MapCompositeConverter

public interface CompositeAttributeConverter<T>
  • Method Details

    • toGraphProperties

      Map<String,?> toGraphProperties(T value)
    • toEntityAttribute

      T toEntityAttribute(Map<String,?> value)