sealed abstract case class ArgonautInstancesBuilder extends Product with Serializable
- Self Type
- ArgonautInstancesBuilder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ArgonautInstancesBuilder
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def build: ArgonautInstances
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.CloneNotSupportedException])
- def copy(defaultPrettyParams: PrettyParams = self.defaultPrettyParams, jsonDecodeError: (Json, String, CursorHistory) ⇒ DecodeFailure = self.jsonDecodeError, jawnParseExceptionMessage: (ParseException) ⇒ DecodeFailure = self.jawnParseExceptionMessage, jawnEmptyBodyMessage: DecodeFailure = self.jawnEmptyBodyMessage): ArgonautInstancesBuilder
- Attributes
- protected
- val defaultPrettyParams: PrettyParams
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jawnEmptyBodyMessage: DecodeFailure
- val jawnParseExceptionMessage: (ParseException) ⇒ DecodeFailure
- val jsonDecodeError: (Json, String, CursorHistory) ⇒ DecodeFailure
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.InterruptedException])
- def withEmptyBodyMessage(df: DecodeFailure): ArgonautInstancesBuilder
- def withJsonDecodeError(f: (Json, String, CursorHistory) ⇒ DecodeFailure): ArgonautInstancesBuilder
- def withParseExceptionMessage(f: (ParseException) ⇒ DecodeFailure): ArgonautInstancesBuilder
- def withPrettyParams(pp: PrettyParams): ArgonautInstancesBuilder