FieldPath

object FieldPath
Companion:
class
Source:
FieldPath.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(parts: FieldPart*): FieldPath

Create FieldPath from parts VarArgs

Create FieldPath from parts VarArgs

Source:
FieldPath.scala
def fromField[P](f: Field[P]): FieldPath

Create FieldPath from jap.fields.Field

Create FieldPath from jap.fields.Field

Source:
FieldPath.scala
def fromIndex(index: Int): FieldPath

Create FieldPath from Int

Create FieldPath from Int

Source:
FieldPath.scala

Create FieldPath from String

Create FieldPath from String

Source:
FieldPath.scala

Create FieldPath from Path parts

Create FieldPath from Path parts

Source:
FieldPath.scala
def fromPaths(parts: String*): FieldPath

Create FieldPath from Path parts

Create FieldPath from Path parts

Source:
FieldPath.scala
def parse(path: String): FieldPath

Parse FieldPath from dot-separated path string

Parse FieldPath from dot-separated path string

Source:
FieldPath.scala

Concrete fields

Root FieldPath

Root FieldPath

Source:
FieldPath.scala

Name of the FieldPath that has empty parts

Name of the FieldPath that has empty parts

Source:
FieldPath.scala