Class NoteType.FromBson

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

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

    • FromBson

      public FromBson()
  • Method Details

    • convert

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