Package

org.bitbucket.pshirshov.izumitk

http

Permalink

package http

Visibility
  1. Public
  2. All

Type Members

  1. class HalSerializerImplTest extends InjectorTestBase

    Permalink
  2. case class HalTestComplexProperty(field: Int = 678) extends Product with Serializable

    Permalink
  3. case class HalTestEntry(message: HalTestMessage, messages: Seq[HalTestMessage], test01: Int = 123, test02: String = "xxx", complexProperty: HalTestComplexProperty = HalTestComplexProperty(), arrayProperty: Seq[HalTestComplexProperty] = ..., mapProperty: Map[String, HalTestComplexProperty] = ..., resourceMapProperty: Map[String, HalTestMessage] = ...) extends Product with Serializable

    Permalink
    Annotations
    @HalResource()
  4. case class HalTestMessage(id: UUID, payload: HalTestPolymorphic) extends Product with Serializable

    Permalink
    Annotations
    @HalResource()
  5. trait HalTestPolymorphic extends AnyRef

    Permalink
    Annotations
    @JsonTypeInfo() @JsonSubTypes()
  6. trait WithHalDecoder extends AnyRef

    Permalink

    Annotations
    @ExposedTestScope()

Value Members

  1. object HalTestPolymorphics

    Permalink

Ungrouped