Class RosettaCsvMapper

java.lang.Object
com.fasterxml.jackson.core.TreeCodec
com.fasterxml.jackson.core.ObjectCodec
com.fasterxml.jackson.databind.ObjectMapper
com.fasterxml.jackson.dataformat.csv.CsvMapper
com.regnosys.rosetta.common.serialisation.RosettaCsvMapper
All Implemented Interfaces:
com.fasterxml.jackson.core.Versioned, Serializable

public class RosettaCsvMapper extends com.fasterxml.jackson.dataformat.csv.CsvMapper
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.fasterxml.jackson.dataformat.csv.CsvMapper

    com.fasterxml.jackson.dataformat.csv.CsvMapper.Builder, com.fasterxml.jackson.dataformat.csv.CsvMapper.ViewKey

    Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.ObjectMapper

    com.fasterxml.jackson.databind.ObjectMapper.DefaultTypeResolverBuilder, com.fasterxml.jackson.databind.ObjectMapper.DefaultTyping
  • Field Summary

    Fields inherited from class com.fasterxml.jackson.dataformat.csv.CsvMapper

    _typedSchemas, _untypedSchemas

    Fields inherited from class com.fasterxml.jackson.databind.ObjectMapper

    _coercionConfigs, _configOverrides, _deserializationConfig, _deserializationContext, _injectableValues, _jsonFactory, _mixIns, _registeredModuleTypes, _rootDeserializers, _serializationConfig, _serializerFactory, _serializerProvider, _subtypeResolver, _typeFactory, DEFAULT_ANNOTATION_INTROSPECTOR, DEFAULT_BASE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    <T> T
    readValue(String content, Class<T> valueType)
     
    <T> T
    readValue(URL src, Class<T> valueType)
     
    com.fasterxml.jackson.databind.ObjectWriter
     
     

    Methods inherited from class com.fasterxml.jackson.dataformat.csv.CsvMapper

    _addSchemaProperties, _determineType, _nonPojoType, _schemaFor, _schemaFor, builder, builder, configure, configure, copy, csvBuilder, disable, disable, enable, enable, getFactory, readerWithSchemaFor, readerWithTypedSchemaFor, schema, schemaFor, schemaFor, schemaFor, schemaForWithView, schemaForWithView, schemaForWithView, schemaWithHeader, typedSchemaFor, typedSchemaFor, typedSchemaFor, typedSchemaForWithView, typedSchemaForWithView, typedSchemaForWithView, writerWithSchemaFor, writerWithTypedSchemaFor

    Methods inherited from class com.fasterxml.jackson.databind.ObjectMapper

    _assertNotNull, _checkInvalidCopy, _configAndWriteValue, _constructDefaultTypeResolverBuilder, _convert, _findRootDeserializer, _initForReading, _newReader, _newReader, _newWriter, _newWriter, _newWriter, _readMapAndClose, _readTreeAndClose, _readValue, _serializerProvider, _verifyNoTrailingTokens, _verifySchemaType, _writeValueAndClose, acceptJsonFormatVisitor, acceptJsonFormatVisitor, activateDefaultTyping, activateDefaultTyping, activateDefaultTyping, activateDefaultTypingAsProperty, addHandler, addMixIn, addMixInAnnotations, canDeserialize, canDeserialize, canSerialize, canSerialize, clearProblemHandlers, coercionConfigDefaults, coercionConfigFor, coercionConfigFor, configOverride, configure, configure, configure, configure, configure, configure, constructType, constructType, convertValue, convertValue, convertValue, copyWith, createArrayNode, createDeserializationContext, createGenerator, createGenerator, createGenerator, createGenerator, createGenerator, createNonBlockingByteArrayParser, createObjectNode, createParser, createParser, createParser, createParser, createParser, createParser, createParser, createParser, createParser, createParser, deactivateDefaultTyping, defaultClassIntrospector, disable, disable, disable, disable, disable, disable, disable, disableDefaultTyping, enable, enable, enable, enable, enable, enable, enable, enableDefaultTyping, enableDefaultTyping, enableDefaultTyping, enableDefaultTypingAsProperty, findAndRegisterModules, findMixInClassFor, findModules, findModules, generateJsonSchema, getDateFormat, getDeserializationConfig, getDeserializationContext, getInjectableValues, getNodeFactory, getPolymorphicTypeValidator, getPropertyNamingStrategy, getRegisteredModuleIds, getSerializationConfig, getSerializerFactory, getSerializerProvider, getSerializerProviderInstance, getSubtypeResolver, getTypeFactory, getVisibilityChecker, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, missingNode, mixInCount, nullNode, reader, reader, reader, reader, reader, reader, reader, reader, reader, reader, reader, readerFor, readerFor, readerFor, readerForArrayOf, readerForListOf, readerForMapOf, readerForUpdating, readerWithView, readTree, readTree, readTree, readTree, readTree, readTree, readTree, readTree, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValues, readValues, readValues, readValues, registerModule, registerModules, registerModules, registerSubtypes, registerSubtypes, registerSubtypes, setAccessorNaming, setAnnotationIntrospector, setAnnotationIntrospectors, setBase64Variant, setCacheProvider, setConfig, setConfig, setConstructorDetector, setDateFormat, setDefaultAttributes, setDefaultLeniency, setDefaultMergeable, setDefaultPrettyPrinter, setDefaultPropertyInclusion, setDefaultPropertyInclusion, setDefaultSetterInfo, setDefaultTyping, setDefaultVisibility, setFilterProvider, setFilters, setHandlerInstantiator, setInjectableValues, setLocale, setMixInAnnotations, setMixInResolver, setMixIns, setNodeFactory, setPolymorphicTypeValidator, setPropertyInclusion, setPropertyNamingStrategy, setSerializationInclusion, setSerializerFactory, setSerializerProvider, setSubtypeResolver, setTimeZone, setTypeFactory, setVisibility, setVisibility, setVisibilityChecker, tokenStreamFactory, treeAsTokens, treeToValue, treeToValue, treeToValue, updateValue, valueToTree, version, writer, writer, writer, writer, writer, writer, writer, writer, writer, writer, writerFor, writerFor, writerFor, writerWithType, writerWithType, writerWithType, writerWithView, writeTree, writeTree, writeValue, writeValue, writeValue, writeValue, writeValue, writeValueAsBytes

    Methods inherited from class com.fasterxml.jackson.core.ObjectCodec

    getJsonFactory

    Methods inherited from class java.lang.Object

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

    • RosettaCsvMapper

      public RosettaCsvMapper()
  • Method Details

    • readValue

      public <T> T readValue(String content, Class<T> valueType) throws com.fasterxml.jackson.databind.JsonMappingException
      Overrides:
      readValue in class com.fasterxml.jackson.databind.ObjectMapper
      Throws:
      com.fasterxml.jackson.databind.JsonMappingException
    • readValue

      public <T> T readValue(URL src, Class<T> valueType) throws IOException
      Overrides:
      readValue in class com.fasterxml.jackson.databind.ObjectMapper
      Throws:
      IOException
    • writeValueAsString

      public String writeValueAsString(Object value) throws com.fasterxml.jackson.core.JsonProcessingException
      Overrides:
      writeValueAsString in class com.fasterxml.jackson.databind.ObjectMapper
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException
    • writerWithDefaultPrettyPrinter

      public com.fasterxml.jackson.databind.ObjectWriter writerWithDefaultPrettyPrinter()
      Overrides:
      writerWithDefaultPrettyPrinter in class com.fasterxml.jackson.databind.ObjectMapper
    • createCsvObjectMapper

      public static RosettaCsvMapper createCsvObjectMapper()