Class JsonbPropertyValueConverter

java.lang.Object
cn.dinodev.spring.data.jdbc.mapping.JsonbPropertyValueConverter
All Implemented Interfaces:
org.springframework.data.convert.PropertyValueConverter

public class JsonbPropertyValueConverter extends Object implements org.springframework.data.convert.PropertyValueConverter
Author:
Cody Lu
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.springframework.data.convert.PropertyValueConverter

    org.springframework.data.convert.PropertyValueConverter.FunctionPropertyValueConverter<DV extends Object,SV extends Object,P extends org.springframework.data.mapping.PersistentProperty<P>>, org.springframework.data.convert.PropertyValueConverter.ObjectToObjectPropertyValueConverter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    read(Object value, org.springframework.data.convert.ValueConversionContext context)
     
    write(Object value, org.springframework.data.convert.ValueConversionContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.data.convert.PropertyValueConverter

    readNull, writeNull
  • Constructor Details

    • JsonbPropertyValueConverter

      public JsonbPropertyValueConverter()
  • Method Details

    • read

      public Object read(Object value, org.springframework.data.convert.ValueConversionContext context)
      Specified by:
      read in interface org.springframework.data.convert.PropertyValueConverter
    • write

      public Object write(Object value, org.springframework.data.convert.ValueConversionContext context)
      Specified by:
      write in interface org.springframework.data.convert.PropertyValueConverter