Inflector

org.scalatra.util.Inflector$
See theInflector companion trait
object Inflector extends Inflector

Attributes

Companion
trait
Graph
Supertypes
trait Inflector
class Object
trait Matchable
class Any
Self type
Inflector.type

Members list

Type members

Classlikes

final class InflectorInt(number: Int) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class InflectorString(word: String) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Value members

Inherited methods

def addIrregular(singular: String, plural: String): Unit

Attributes

Inherited from:
Inflector
def addPlural(pattern: String, replacement: String): Unit

Attributes

Inherited from:
Inflector
def addSingular(pattern: String, replacement: String): Unit

Attributes

Inherited from:
Inflector
def addUncountable(word: String): Unit

Attributes

Inherited from:
Inflector
def camelize(word: String): String

Attributes

Inherited from:
Inflector
def capitalize(word: String): String

Attributes

Inherited from:
Inflector
def dasherize(word: String): String

Attributes

Inherited from:
Inflector
def humanize(word: String): String

Attributes

Inherited from:
Inflector
def interpolate(text: String, vars: Map[String, String]): String

Attributes

Inherited from:
Inflector
def ordinalize(number: Int): String

Attributes

Inherited from:
Inflector
def ordinalize(word: String): String

Attributes

Inherited from:
Inflector
def pascalize(word: String): String

Attributes

Inherited from:
Inflector
def pluralize(word: String): String

Attributes

Inherited from:
Inflector
def singularize(word: String): String

Attributes

Inherited from:
Inflector
def titleize(word: String): String

Attributes

Inherited from:
Inflector
def uncapitalize(word: String): String

Attributes

Inherited from:
Inflector
def underscore(word: String): String

Attributes

Inherited from:
Inflector