Class/Object

pl.touk.nussknacker.engine.api.typed

TypedMap

Related Docs: object TypedMap | package typed

Permalink

class TypedMap extends HashMap[String, Any]

The idea of this class is to be something like java bean with properties represented by Map entries. If you use this class as a global variables, it will be typed using TypedObjectTypingResult. Just like in java bean, case when property was typed correctly and is missing during runtime is something that should not happen and is treated Exceptionally. Check MapPropertyAccessor.canRead for more details.

Linear Supertypes
HashMap[String, Any], Serializable, Cloneable, AbstractMap[String, Any], Map[String, Any], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypedMap
  2. HashMap
  3. Serializable
  4. Cloneable
  5. AbstractMap
  6. Map
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TypedMap()

    Permalink
  2. new TypedMap(map: Map[String, Any])

    Permalink

Type Members

  1. final class EntryIterator extends HashIterator with Iterator[Entry[K, V]]

    Permalink
    Attributes
    private[java.util]
    Definition Classes
    HashMap
  2. final class EntrySet extends AbstractSet[Entry[K, V]]

    Permalink
    Attributes
    private[java.util]
    Definition Classes
    HashMap
  3. abstract class HashIterator extends AnyRef

    Permalink
    Attributes
    private[java.util]
    Definition Classes
    HashMap
  4. final class KeyIterator extends HashIterator with Iterator[K]

    Permalink
    Attributes
    private[java.util]
    Definition Classes
    HashMap
  5. final class KeySet extends AbstractSet[K]

    Permalink
    Attributes
    private[java.util]
    Definition Classes
    HashMap
  6. final class ValueIterator extends HashIterator with Iterator[V]

    Permalink
    Attributes
    private[java.util]
    Definition Classes
    HashMap
  7. final class Values extends AbstractCollection[V]

    Permalink
    Attributes
    private[java.util]
    Definition Classes
    HashMap

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clear(): Unit

    Permalink
    Definition Classes
    HashMap → AbstractMap → Map
  6. def clone(): AnyRef

    Permalink
    Definition Classes
    HashMap → AbstractMap → AnyRef
  7. def compute(arg0: String, arg1: BiFunction[_ >: String, _ >: Any, _]): Any

    Permalink
    Definition Classes
    HashMap → Map
  8. def computeIfAbsent(arg0: String, arg1: Function[_ >: String, _]): Any

    Permalink
    Definition Classes
    HashMap → Map
  9. def computeIfPresent(arg0: String, arg1: BiFunction[_ >: String, _ >: Any, _]): Any

    Permalink
    Definition Classes
    HashMap → Map
  10. def containsKey(arg0: Any): Boolean

    Permalink
    Definition Classes
    HashMap → AbstractMap → Map
  11. def containsValue(arg0: Any): Boolean

    Permalink
    Definition Classes
    HashMap → AbstractMap → Map
  12. def entrySet(): Set[Entry[String, Any]]

    Permalink
    Definition Classes
    HashMap → AbstractMap → Map
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AbstractMap → Map → AnyRef → Any
  15. def forEach(arg0: BiConsumer[_ >: String, _ >: Any]): Unit

    Permalink
    Definition Classes
    HashMap → Map
  16. def get(arg0: Any): Any

    Permalink
    Definition Classes
    HashMap → AbstractMap → Map
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def getOrDefault(arg0: Any, arg1: Any): Any

    Permalink
    Definition Classes
    HashMap → Map
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AbstractMap → Map → AnyRef → Any
  20. def isEmpty(): Boolean

    Permalink
    Definition Classes
    HashMap → AbstractMap → Map
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def keySet(): Set[String]

    Permalink
    Definition Classes
    HashMap → AbstractMap → Map
  23. def merge(arg0: String, arg1: Any, arg2: BiFunction[_ >: Any, _ >: Any, _]): Any

    Permalink
    Definition Classes
    HashMap → Map
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. def put(arg0: String, arg1: Any): Any

    Permalink
    Definition Classes
    HashMap → AbstractMap → Map
  28. def putAll(arg0: Map[_ <: String, _]): Unit

    Permalink
    Definition Classes
    HashMap → AbstractMap → Map
  29. def putIfAbsent(arg0: String, arg1: Any): Any

    Permalink
    Definition Classes
    HashMap → Map
  30. def remove(arg0: Any, arg1: Any): Boolean

    Permalink
    Definition Classes
    HashMap → Map
  31. def remove(arg0: Any): Any

    Permalink
    Definition Classes
    HashMap → AbstractMap → Map
  32. def replace(arg0: String, arg1: Any): Any

    Permalink
    Definition Classes
    HashMap → Map
  33. def replace(arg0: String, arg1: Any, arg2: Any): Boolean

    Permalink
    Definition Classes
    HashMap → Map
  34. def replaceAll(arg0: BiFunction[_ >: String, _ >: Any, _]): Unit

    Permalink
    Definition Classes
    HashMap → Map
  35. def size(): Int

    Permalink
    Definition Classes
    HashMap → AbstractMap → Map
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AbstractMap → AnyRef → Any
  38. def values(): Collection[Any]

    Permalink
    Definition Classes
    HashMap → AbstractMap → Map
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from HashMap[String, Any]

Inherited from Serializable

Inherited from Cloneable

Inherited from AbstractMap[String, Any]

Inherited from Map[String, Any]

Inherited from AnyRef

Inherited from Any

Ungrouped