Interface PDescriptorProvider
-
- All Known Implementing Classes:
PContainerProvider,PEnumDescriptorProvider,PExceptionDescriptorProvider,PInterfaceDescriptorProvider,PMessageDescriptorProvider,PPrimitiveProvider,PStructDescriptorProvider,PUnionDescriptorProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface PDescriptorProviderBase descriptor provider interface. Descriptor providers are used to enable types to reference each other in a circular fashion. The providers lets the types initialize itself without requiring descriptor instances for the other type be present yet.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PDescriptordescriptor()
-
-
-
Method Detail
-
descriptor
@Nonnull PDescriptor descriptor()
- Returns:
- The descriptor for the given type.
-
-