Package

net.ceedubs.ficus.readers

namemappers

Permalink

package namemappers

Visibility
  1. Public
  2. All

Type Members

  1. trait NameMapper extends AnyRef

    Permalink

    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

    Permalink

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

  2. object HyphenNameMapper extends NameMapper

    Permalink
  3. object NameMapper

    Permalink

    Helper object to get the current name mapper

Ungrouped