Class CompositeNamespace

java.lang.Object
org.infinispan.protostream.descriptors.namespace.CompositeNamespace
All Implemented Interfaces:
Namespace
Direct Known Subclasses:
ExportedNamespace, FileNamespace, ImportedNamespace

abstract class CompositeNamespace extends Object implements Namespace
Since:
3.1
  • Constructor Details

    • CompositeNamespace

      CompositeNamespace()
  • Method Details

    • get

      public GenericDescriptor get(String name)
      Description copied from interface: Namespace
      Looks up the descriptor by name.
      Specified by:
      get in interface Namespace
      Parameters:
      name - the fully qualified type name
      Returns:
      the descriptor or null if not found
    • getNamespaces

      protected abstract Namespace[] getNamespaces()