Interface | Description |
---|---|
DocServicePlugin |
Generates the
ServiceSpecification s of the supported Service s. |
NamedTypeInfo |
Metadata about a named type.
|
Class | Description |
---|---|
DocService | |
DocServiceBuilder |
Builds a new
DocService . |
DocStringExtractor |
A supporting base class for implementing the standard pattern of extracting docstrings
from arbitrary files in a particular classpath location.
|
EndpointInfo |
Metadata about the endpoints exposed by a
Service . |
EnumInfo |
Metadata about an enum type.
|
EnumValueInfo |
Metadata about an enum value.
|
ExceptionInfo |
Metadata about an exception type.
|
FieldInfo |
Metadata about a field of a struct or an exception.
|
MethodInfo |
Metadata about a function of a
Service . |
ServiceInfo |
Metadata about a
Service . |
ServiceSpecification | |
StructInfo |
Metadata about a struct type.
|
TypeSignature |
Type signature of a method parameter, a method return value or a struct/exception field.
|
TypeSignatureJsonSerializer |
Jackson
JsonSerializer for TypeSignature . |
Enum | Description |
---|---|
FieldRequirement |
The requirement level of a field.
|
© Copyright 2015–2017 LINE Corporation. All rights reserved.