Module: HexaPDF::DictionaryFields::IdentityConverter
- Defined in:
- lib/hexapdf/dictionary_fields.rb
Overview
Does nothing.
Class Method Summary collapse
-
.additional_types ⇒ Object
:nodoc:.
-
.convert(data, _type, _document) ⇒ Object
:nodoc:.
-
.convert?(_data, _type) ⇒ Boolean
:nodoc:.
-
.usable_for?(_type) ⇒ Boolean
:nodoc:.
Class Method Details
.additional_types ⇒ Object
:nodoc:
189 190 |
# File 'lib/hexapdf/dictionary_fields.rb', line 189 def self.additional_types #:nodoc: end |
.convert(data, _type, _document) ⇒ Object
:nodoc:
196 197 198 |
# File 'lib/hexapdf/dictionary_fields.rb', line 196 def self.convert(data, _type, _document) #:nodoc: data end |
.convert?(_data, _type) ⇒ Boolean
:nodoc:
192 193 194 |
# File 'lib/hexapdf/dictionary_fields.rb', line 192 def self.convert?(_data, _type) #:nodoc: false end |
.usable_for?(_type) ⇒ Boolean
:nodoc:
185 186 187 |
# File 'lib/hexapdf/dictionary_fields.rb', line 185 def self.usable_for?(_type) #:nodoc: true end |