Interface TypeRegistry

All Superinterfaces:
ExtensibleEnumRegistry<Type>, Service
All Known Implementing Classes:
DefaultTypeRegistry

@Experimental public interface TypeRegistry extends ExtensibleEnumRegistry<Type>
Access to Type registry.
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    default Type
    Obtain the Type from the specified id.

    Methods inherited from interface org.apache.maven.api.services.ExtensibleEnumRegistry

    lookup
  • Method Details