Class FileQueryConverter

  • All Implemented Interfaces:
    org.springframework.core.convert.converter.Converter<java.lang.String,​FileQuery>

    public class FileQueryConverter
    extends java.lang.Object
    implements org.springframework.core.convert.converter.Converter<java.lang.String,​FileQuery>
    Builds a file query from string.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FileQuery convert​(java.lang.String search)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.core.convert.converter.Converter

        andThen
    • Method Detail

      • convert

        @Nullable
        public FileQuery convert​(@NonNull
                                 java.lang.String search)
        Specified by:
        convert in interface org.springframework.core.convert.converter.Converter<java.lang.String,​FileQuery>