trait Mapper extends AnyRef
Mapper functions for bi-directional mapping of domain model case classes to java.util.Map's with JVM-only types.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Mapper
- 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
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapArtifact(a: Artifact): Map[String, AnyRef]
- def mapBundleConfig(b: BundleConfig): Map[String, AnyRef]
- def mapContainerInfo(ci: ContainerInfo): Map[String, AnyRef]
- def mapFeatureConfig(f: FeatureConfig): Map[String, AnyRef]
- def mapFeatureRef(ref: FeatureRef): Map[String, AnyRef]
- def mapGeneratedConfig(c: GeneratedConfig): Map[String, AnyRef]
- def mapOverlayConfig(oc: OverlayConfig): Map[String, AnyRef]
- def mapOverlayRef(o: OverlayRef): Map[String, AnyRef]
- def mapOverlaySet(o: OverlaySet): Map[String, AnyRef]
- def mapProfile(p: Profile): Map[String, AnyRef]
- def mapProfileGroup(p: ProfileGroup): Map[String, AnyRef]
- def mapRemoteContainerState(s: RemoteContainerState): Map[String, AnyRef]
- def mapRuntimeConfig(runtimeConfig: RuntimeConfig): Map[String, AnyRef]
- def mapServiceInfo(si: ServiceInfo): Map[String, AnyRef]
- def mapUpdateAction(a: UpdateAction): Map[String, AnyRef]
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unmapArtifact(map: AnyRef): Try[Artifact]
- def unmapBundleConfig(map: AnyRef): Try[BundleConfig]
- def unmapContainerInfo(map: AnyRef): Try[ContainerInfo]
- def unmapFeatureConfig(map: AnyRef): Try[FeatureConfig]
- def unmapFeatureRef(map: AnyRef): Try[FeatureRef]
- def unmapGeneratedConfig(map: AnyRef): Try[GeneratedConfig]
- def unmapOverlayConfig(map: AnyRef): Try[OverlayConfig]
- def unmapOverlayRef(map: AnyRef): Try[OverlayRef]
- def unmapOverlaySet(map: AnyRef): Try[OverlaySet]
- def unmapProfile(map: AnyRef): Try[Profile]
- def unmapProfileGroup(map: AnyRef): Try[ProfileGroup]
- def unmapRemoteContainerState(map: AnyRef): Try[RemoteContainerState]
- def unmapRuntimeConfig(map: AnyRef): Try[RuntimeConfig]
- def unmapServiceInfo(map: AnyRef): Try[ServiceInfo]
- def unmapUpdateAction(map: AnyRef): Try[UpdateAction]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )