Class SchemaDataFormat

  • All Implemented Interfaces:

    
    public abstract class SchemaDataFormat<M extends ObjectMapper, B extends MapperBuilder<M, B>, S extends FormatSchema>
    extends DataFormat<M, B>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final M objectMapper
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract S getSchema(Class<?> clazz)
      final ObjectWriter objectWriter(S schema)
      final <T extends Any> ObjectReader objectReader(S schema)
      final <T extends Any> ObjectReader listObjectReader(S schema)
      • Methods inherited from class com.github.squirrelgrip.format.DataFormat

        getObjectMapper, listObjectReader, objectReader, objectWriter
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait