Uses of Interface
org.infinispan.protostream.descriptors.namespace.Namespace
Packages that use Namespace
Package
Description
Represents information contained in a proto file
Representation of the various namespaces.
-
Uses of Namespace in org.infinispan.protostream.descriptors
Methods in org.infinispan.protostream.descriptors that return Namespace -
Uses of Namespace in org.infinispan.protostream.descriptors.namespace
Classes in org.infinispan.protostream.descriptors.namespace that implement NamespaceModifier and TypeClassDescription(package private) class(package private) final classfinal classThe types defined in a file or in the files it imports (publicly or privately).(package private) final classfinal classFields in org.infinispan.protostream.descriptors.namespace declared as NamespaceModifier and TypeFieldDescriptionprivate final NamespaceFileNamespace.exportedNamespaceprivate final Namespace[]ExportedNamespace.namespacesprivate final Namespace[]FileNamespace.namespacesprivate final Namespace[]ImportedNamespace.namespacesMethods in org.infinispan.protostream.descriptors.namespace that return NamespaceModifier and TypeMethodDescriptionFileNamespace.getExportedNamespace()The types defined in this file or defined in publicly imported files.protected abstract Namespace[]CompositeNamespace.getNamespaces()protected Namespace[]ExportedNamespace.getNamespaces()protected Namespace[]FileNamespace.getNamespaces()protected Namespace[]ImportedNamespace.getNamespaces()