net.ceedubs.ficus.readers

namemappers

package namemappers

Visibility
  1. Public
  2. All

Type Members

  1. trait NameMapper extends AnyRef

    Defines an object that knows to map between names as they found in the code to those who should be defined in the configuration

Value Members

  1. object DefaultNameMapper extends NameMapper with Product with Serializable

    Default implementation for name mapper, names in code equivalent to names in configuration

  2. object HyphenNameMapper extends NameMapper

  3. object NameMapper

    Helper object to get the current name mapper

Ungrouped