Packages

p

avrohugger

filesorter

package filesorter

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Value Members

  1. object AvdlFileSorter

    The order in which avsc files are compiled depends on the underlying file system (under OSX its is alphabetical, under some linux distros it's not).

    The order in which avsc files are compiled depends on the underlying file system (under OSX its is alphabetical, under some linux distros it's not). This is an issue when you have a record type that is used in different other types. This ensures that dependent types are compiled in the correct order. Created by Jon Morra on 2/7/17.

  2. object AvscFileSorter

    The order in which avsc files are compiled depends on the underlying file system (under OSX its is alphabetical, under some linux distros it's not).

    The order in which avsc files are compiled depends on the underlying file system (under OSX its is alphabetical, under some linux distros it's not). This is an issue when you have a record type that is used in different other types. This ensures that dependent types are compiled in the correct order. Code adapted from https://github.com/ch4mpy/sbt-avro/blob/master/src/main/scala/com/c4soft/sbtavro/SbtAvro.scala by Jerome Wascongne

  3. object ReferredTypeFinder

    Code adapted from https://github.com/ch4mpy/sbt-avro/blob/master/src/main/scala/com/c4soft/sbtavro/SbtAvro.scala by Jerome Wascongne

  4. object TypeComparator

    Code adapted from https://github.com/ch4mpy/sbt-avro/blob/master/src/main/scala/com/c4soft/sbtavro/SbtAvro.scala by Jerome Wascongne

Ungrouped