All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.protostream.descriptors.namespace.Namespace Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.infinispan.protostream.descriptors.namespace;

import org.infinispan.protostream.descriptors.GenericDescriptor;

/**
 * @author [email protected]
 * @since 3.1
 */
public interface Namespace {

   /**
    * Looks up the descriptor by name.
    *
    * @param name the fully qualified type name
    * @return the descriptor or {@code null} if not found
    */
   GenericDescriptor get(String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy