Class ProtobufDescriptiveTypeInfoProvider
java.lang.Object
com.linecorp.armeria.server.protobuf.ProtobufDescriptiveTypeInfoProvider
- All Implemented Interfaces:
com.linecorp.armeria.server.docs.DescriptiveTypeInfoProvider
@UnstableApi
public final class ProtobufDescriptiveTypeInfoProvider
extends Object
implements com.linecorp.armeria.server.docs.DescriptiveTypeInfoProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable com.linecorp.armeria.server.docs.DescriptiveTypeInfonewDescriptiveTypeInfo(Object typeDescriptor) static com.linecorp.armeria.server.docs.StructInfonewStructInfo(Descriptors.Descriptor descriptor) Creates a newStructInfofrom the specifiedDescriptors.Descriptor.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.linecorp.armeria.server.docs.DescriptiveTypeInfoProvider
orElse
-
Constructor Details
-
ProtobufDescriptiveTypeInfoProvider
public ProtobufDescriptiveTypeInfoProvider()
-
-
Method Details
-
newDescriptiveTypeInfo
@Nullable public @Nullable com.linecorp.armeria.server.docs.DescriptiveTypeInfo newDescriptiveTypeInfo(Object typeDescriptor) - Specified by:
newDescriptiveTypeInfoin interfacecom.linecorp.armeria.server.docs.DescriptiveTypeInfoProvider
-
newStructInfo
@UnstableApi public static com.linecorp.armeria.server.docs.StructInfo newStructInfo(Descriptors.Descriptor descriptor) Creates a newStructInfofrom the specifiedDescriptors.Descriptor.
-