Interface NamedTypeInfoProvider

All Known Implementing Classes:
ProtobufNamedTypeInfoProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@UnstableApi @FunctionalInterface public interface NamedTypeInfoProvider
Creates a new NamedTypeInfo loaded dynamically via Java SPI (Service Provider Interface). The loaded NamedTypeInfoProviders are used in the DocServicePlugins to extract a NamedTypeInfo from the given typeDescriptor.