BuilderFacade

trait BuilderFacade[J]

BuilderFacade is a type class that describes how JSON AST elements of type J can be constructed.

BuilderFacade[J] also uses FContext[J] instances, so implementors will usually want to define both.

class Object
trait Matchable
class Any
trait Facade[J]
trait SimpleFacade[J]

Value members

Abstract methods

def jbigdecimal(d: BigDecimal): J
def jdouble(d: Double): J
def jfalse(): J
def jint(i: Int): J
def jintstring(s: String): J
def jlong(l: Long): J
def jnull(): J
def jnumstring(s: String): J
def jstring(s: String): J
def jtrue(): J