trait BuiltInDecoders[DecoderType[_]] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BuiltInDecoders
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- implicit abstract val byteArrayDecoder: DecoderType[RawValue]
- implicit abstract val constraintDecoder: DecoderType[Constraint]
- implicit abstract val createConstraintRequestDecoder: DecoderType[CreateConstraintRequest]
- implicit abstract val createFlagRequestDecoder: DecoderType[CreateFlagRequest]
- implicit abstract val createSegmentRequestDecoder: DecoderType[CreateSegmentRequest]
- implicit abstract val createTagRequestDecoder: DecoderType[CreateTagRequest]
- implicit abstract val createVariantRequestDecoder: DecoderType[CreateVariantRequest]
- implicit abstract val distributionDecoder: DecoderType[Distribution]
- implicit abstract val enableFlagRequestDecoder: DecoderType[EnableFlagRequest]
- implicit abstract val errorDecoder: DecoderType[Error]
- implicit abstract val evalContextDecoder: DecoderType[EvalContext]
- implicit abstract val evalDebugLogDecoder: DecoderType[EvalDebugLog]
- implicit abstract val evalResultDecoder: DecoderType[EvalResult]
- implicit abstract val evaluationBatchRequestDecoder: DecoderType[EvaluationBatchRequest]
- implicit abstract val evaluationBatchResponseDecoder: DecoderType[EvaluationBatchResponse]
- implicit abstract val evaluationEntityDecoder: DecoderType[EvaluationEntity]
- implicit abstract val findFlagsParamDecoder: DecoderType[FindFlagsParam]
- implicit abstract val findTagsParamDecoder: DecoderType[FindTagsParam]
- implicit abstract val flagDecoder: DecoderType[Flag]
- implicit abstract val flagSnapshotDecoder: DecoderType[FlagSnapshot]
- implicit abstract val healthDecoder: DecoderType[Health]
- implicit abstract val instantDecoder: DecoderType[Instant]
- implicit abstract val reorderSegmentRequestDecoder: DecoderType[ReorderSegmentRequest]
- implicit abstract val segmentDebugLogDecoder: DecoderType[SegmentDebugLog]
- implicit abstract val segmentDecoder: DecoderType[Segment]
- implicit abstract val tagDecoder: DecoderType[Tag]
- implicit abstract val updateConstraintRequestDecoder: DecoderType[UpdateConstraintRequest]
- implicit abstract val updateDistributionRequestDecoder: DecoderType[UpdateDistributionsRequest]
- implicit abstract val updateFlagRequestDecoder: DecoderType[UpdateFlagRequest]
- implicit abstract val updateSegmentRequestDecoder: DecoderType[UpdateSegmentRequest]
- implicit abstract val updateVariantRequestDecoder: DecoderType[UpdateVariantRequest]
- implicit abstract val variantDecoder: DecoderType[Variant]
Concrete 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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated