Class MimeTypeArgumentFactory

  • All Implemented Interfaces:
    org.jdbi.v3.core.argument.ArgumentFactory

    public class MimeTypeArgumentFactory
    extends org.jdbi.v3.core.argument.AbstractArgumentFactory<de.digitalcollections.model.api.identifiable.resource.MimeType>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.jdbi.v3.core.argument.Argument build​(de.digitalcollections.model.api.identifiable.resource.MimeType mimeType, org.jdbi.v3.core.config.ConfigRegistry config)  
      • Methods inherited from class org.jdbi.v3.core.argument.AbstractArgumentFactory

        build
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MimeTypeArgumentFactory

        public MimeTypeArgumentFactory()
    • Method Detail

      • build

        protected org.jdbi.v3.core.argument.Argument build​(de.digitalcollections.model.api.identifiable.resource.MimeType mimeType,
                                                           org.jdbi.v3.core.config.ConfigRegistry config)
        Specified by:
        build in class org.jdbi.v3.core.argument.AbstractArgumentFactory<de.digitalcollections.model.api.identifiable.resource.MimeType>