Interface TypeRegistry

All Superinterfaces:
Service
All Known Implementing Classes:
DefaultTypeRegistry

@Experimental public interface TypeRegistry extends Service
Access to Type registry.
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtain the Type from the specified id.
  • Method Details

    • getType

      Obtain the Type from the specified id. If no type is known for id, the registry will create a custom Type for it.
      Parameters:
      id - the id of the type to retrieve
      Returns:
      the type