Class ServiceInfo

java.lang.Object
com.linecorp.armeria.server.docs.ServiceInfo

@UnstableApi
public final class ServiceInfo
extends Object
Metadata about a Service.
  • Constructor Details

  • Method Details

    • name

      public String name()
      Returns the fully qualified type name of the service.
    • methods

      public Set<MethodInfo> methods()
      Returns the metadata about the methods available in the service.
    • findNamedTypes

      public Set<TypeSignature> findNamedTypes()
      Returns all enum, struct and exception TypeSignatures referred to by this service.
    • docString

      @Nullable public String docString()
      Returns the documentation string.
    • exampleHeaders

      public List<HttpHeaders> exampleHeaders()
      Returns the example HTTP headers of the service.
    • equals

      public boolean equals​(@Nullable Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object