module HexaPDF::DictionaryFields::FileSpecificationConverter

def self.usable_for?(type)

This converter is only used for the :Filespec type.
def self.usable_for?(type)
  type == :Filespec
end