Package io.atomix.primitive
Interface PrimitiveTypeRegistry
public interface PrimitiveTypeRegistry
Primitive registry.
-
Method Summary
Modifier and Type Method Description PrimitiveTypegetPrimitiveType(String typeName)Returns the primitive type for the given name.Collection<PrimitiveType>getPrimitiveTypes()Returns the collection of registered primitive types.
-
Method Details
-
getPrimitiveTypes
Collection<PrimitiveType> getPrimitiveTypes()Returns the collection of registered primitive types.- Returns:
- the collection of registered primitive types
-
getPrimitiveType
Returns the primitive type for the given name.- Parameters:
typeName- the primitive type name- Returns:
- the primitive type
-