Class LocalNamespace
- java.lang.Object
-
- org.infinispan.protostream.descriptors.namespace.LocalNamespace
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericDescriptorget(String name)Looks up the descriptor by name.Map<String,GenericDescriptor>getTypes()
-
-
-
Method Detail
-
get
public GenericDescriptor get(String name)
Description copied from interface:NamespaceLooks up the descriptor by name.
-
getTypes
public Map<String,GenericDescriptor> getTypes()
-
-