Class Hierarchy
- java.lang.Object
- com.linecorp.armeria.server.annotation.ByteArrayRequestConverterFunction (implements com.linecorp.armeria.server.annotation.RequestConverterFunction)
- com.linecorp.armeria.server.annotation.ByteArrayResponseConverterFunction (implements com.linecorp.armeria.server.annotation.ResponseConverterFunction)
- com.linecorp.armeria.server.annotation.JacksonRequestConverterFunction (implements com.linecorp.armeria.server.annotation.RequestConverterFunction)
- com.linecorp.armeria.server.annotation.JacksonResponseConverterFunction (implements com.linecorp.armeria.server.annotation.ResponseConverterFunction)
- com.linecorp.armeria.server.annotation.NullToNoContentResponseConverterFunction (implements com.linecorp.armeria.server.annotation.ResponseConverterFunction)
- com.linecorp.armeria.server.annotation.ServerSentEventResponseConverterFunction (implements com.linecorp.armeria.server.annotation.ResponseConverterFunction)
- com.linecorp.armeria.server.annotation.StringRequestConverterFunction (implements com.linecorp.armeria.server.annotation.RequestConverterFunction)
- com.linecorp.armeria.server.annotation.StringResponseConverterFunction (implements com.linecorp.armeria.server.annotation.ResponseConverterFunction)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.linecorp.armeria.server.annotation.FallthroughException
- java.lang.RuntimeException
- java.lang.Exception
Interface Hierarchy
- com.linecorp.armeria.server.annotation.DecoratorFactoryFunction<T>
- com.linecorp.armeria.server.annotation.ExceptionHandlerFunction
- com.linecorp.armeria.server.annotation.HttpResult<T>
- com.linecorp.armeria.server.annotation.RequestConverterFunction
- com.linecorp.armeria.server.annotation.ResponseConverterFunction
- com.linecorp.armeria.server.annotation.ResponseConverterFunctionProvider
Annotation Type Hierarchy
- com.linecorp.armeria.server.annotation.AdditionalHeader (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.AdditionalHeaders (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.AdditionalTrailer (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.AdditionalTrailers (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.Blocking (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.Consumes (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.ConsumesBinary (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.ConsumesGroup (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.ConsumesJson (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.ConsumesOctetStream (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.ConsumesText (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.Decorator (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.DecoratorFactory (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.Decorators (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.Default (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.Delete (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.Description (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.ExceptionHandler (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.ExceptionHandlers (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.Get (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.Head (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.Header (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.MatchesHeader (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.MatchesHeaders (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.MatchesParam (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.MatchesParams (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.Options (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.Order (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.Param (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.Patch (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.Path (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.PathPrefix (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.Paths (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.Post (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.Produces (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.ProducesBinary (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.ProducesEventStream (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.ProducesGroup (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.ProducesJson (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.ProducesJsonSequences (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.ProducesOctetStream (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.ProducesText (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.Put (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.RequestConverter (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.RequestConverters (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.RequestObject (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.ResponseConverter (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.ResponseConverters (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.ServiceName (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.StatusCode (implements java.lang.annotation.Annotation)
- com.linecorp.armeria.server.annotation.Trace (implements java.lang.annotation.Annotation)
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.linecorp.armeria.server.annotation.ExceptionVerbosity
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)