Class NoteType.ToBson

java.lang.Object
hdi.model.enumtype.NoteType.ToBson
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<NoteType,String>
Enclosing class:
NoteType

@WritingConverter public static class NoteType.ToBson extends Object implements org.springframework.core.convert.converter.Converter<NoteType,String>
  • Constructor Details

    • ToBson

      public ToBson()
  • Method Details

    • convert

      public String convert(NoteType enm)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<NoteType,String>