JacksonRecipe

open class JacksonRecipe(mapper: ObjectMapper, defaultFileNames: List[String]) extends Recipe
trait Recipe
class Object
trait Matchable
class Any

Type members

Inherited classlikes

final class CfgStringContext(sc: StringContext)
Inherited from
Recipe

Value members

Concrete methods

override def apply(): CfgNode
Definition Classes
Recipe
override def load(paths: Iterable[Path]): CfgNode
Definition Classes
Recipe
override def parse(content: String): CfgNode
Definition Classes
Recipe

Inherited methods

def apply(paths: Path*): CfgNode
Inherited from
Recipe
def apply(paths: Iterable[Path]): CfgNode
Inherited from
Recipe