Interface NamespaceBehaviour.Registry

All Known Implementing Classes:
StatementSupportBundle
Enclosing class:
NamespaceBehaviour<K,V>

public static interface NamespaceBehaviour.Registry
  • Method Details

    • getNamespaceBehaviour

      <K, V> NamespaceBehaviour<K,V> getNamespaceBehaviour(ParserNamespace<K,V> type)
      Get a namespace behavior.
      Type Parameters:
      K - key type
      V - value type
      Parameters:
      type - Namespace type
      Returns:
      Namespace behaviour
      Throws:
      NamespaceNotAvailableException - when the namespace is not available