Package

io.buoyant

config

Permalink

package config

Visibility
  1. Public
  2. All

Type Members

  1. abstract class ConfigDeserializer[T] extends StdDeserializer[T] with Registration

    Permalink
  2. trait ConfigError extends Throwable with NoStackTrace

    Permalink
  3. trait ConfigInitializer extends AnyRef

    Permalink
  4. abstract class ConfigSerializer[T] extends StdSerializer[T] with Registration

    Permalink
  5. case class ConflictingLabels(name: String) extends Throwable with ConfigError with Product with Serializable

    Permalink
  6. case class ConflictingPorts(addr0: InetSocketAddress, addr1: InetSocketAddress) extends Throwable with ConfigError with Product with Serializable

    Permalink
  7. case class ConflictingSubtypes(t0: NamedType, t1: NamedType) extends Throwable with ConfigError with Product with Serializable

    Permalink
  8. class JsonStreamParser extends AnyRef

    Permalink
  9. abstract class PolymorphicConfig extends AnyRef

    Permalink

    An abstract class that defines the property "kind" as both a var on the object and as type information for JSON de/serialization.

    An abstract class that defines the property "kind" as both a var on the object and as type information for JSON de/serialization.

    Config objects that expect to be subclassed by multiple other configs with different "kind" values should extend this trait.

    Annotations
    @JsonTypeInfo()

Value Members

  1. object NoRoutersSpecified extends Throwable with ConfigError

    Permalink
  2. object Parser

    Permalink
  3. package types

    Permalink

Ungrouped