Hierarchy For All Packages
Class Hierarchy
- java.lang.Object
- javax.annotation.processing.AbstractProcessor (implements javax.annotation.processing.Processor)
- com.soklet.internal.classindex.processor.ClassIndexProcessor
- com.soklet.annotation.SokletProcessor
- com.soklet.internal.classindex.processor.ClassIndexProcessor
- com.soklet.converter.AbstractValueConverter<F,
T> (implements com.soklet.converter.ValueConverter<F, T>) - com.soklet.converter.FromStringValueConverter<T>
- com.soklet.Cors
- com.soklet.CorsPreflight
- com.soklet.CorsPreflightResponse
- com.soklet.CorsPreflightResponse.Builder
- com.soklet.CorsPreflightResponse.Copier
- com.soklet.CorsResponse
- com.soklet.CorsResponse.Builder
- com.soklet.CorsResponse.Copier
- com.soklet.LogEvent
- com.soklet.LogEvent.Builder
- com.soklet.LogEvent.Copier
- com.soklet.MarshaledResponse
- com.soklet.MarshaledResponse.Builder
- com.soklet.MarshaledResponse.Copier
- com.soklet.MultipartField
- com.soklet.MultipartField.Builder
- com.soklet.MultipartField.Copier
- com.soklet.Request
- com.soklet.Request.Builder
- com.soklet.Request.Copier
- com.soklet.RequestResult
- com.soklet.RequestResult.Builder
- com.soklet.RequestResult.Copier
- com.soklet.ResourceMethod
- com.soklet.ResourcePath
- com.soklet.ResourcePathDeclaration
- com.soklet.ResourcePathDeclaration.Component
- com.soklet.Response
- com.soklet.Response.Builder
- com.soklet.Response.Copier
- com.soklet.ResponseCookie
- com.soklet.ResponseCookie.Builder
- com.soklet.ResponseCookie.Copier
- com.soklet.ResponseMarshaler.Builder
- com.soklet.Server.Builder
- com.soklet.ServerSentEvent
- com.soklet.ServerSentEvent.Builder
- com.soklet.ServerSentEventServer.Builder
- com.soklet.Soklet (implements java.lang.AutoCloseable)
- com.soklet.SokletConfig
- com.soklet.SokletConfig.Builder
- com.soklet.SokletConfig.Copier
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.soklet.exception.BadRequestException
- com.soklet.exception.IllegalFormParameterException
- com.soklet.exception.IllegalMultipartFieldException
- com.soklet.exception.IllegalPathParameterException
- com.soklet.exception.IllegalQueryParameterException
- com.soklet.exception.IllegalRequestBodyException
- com.soklet.exception.IllegalRequestCookieException
- com.soklet.exception.IllegalRequestHeaderException
- com.soklet.exception.MissingFormParameterException
- com.soklet.exception.MissingMultipartFieldException
- com.soklet.exception.MissingQueryParameterException
- com.soklet.exception.MissingRequestBodyException
- com.soklet.exception.MissingRequestCookieException
- com.soklet.exception.MissingRequestHeaderException
- com.soklet.exception.BadRequestException
- com.soklet.converter.ValueConversionException
- java.lang.RuntimeException
- java.lang.Exception
- com.soklet.converter.TypeReference<T>
- com.soklet.Utilities
- com.soklet.converter.ValueConverterRegistry
- com.soklet.converter.ValueConverters
- javax.annotation.processing.AbstractProcessor (implements javax.annotation.processing.Processor)
Interface Hierarchy
- java.lang.AutoCloseable
- com.soklet.Server
- com.soklet.ServerSentEventServer
- com.soklet.CorsAuthorizer
- com.soklet.IdGenerator<T>
- com.soklet.InstanceProvider
- com.soklet.LifecycleInterceptor
- com.soklet.MultipartParser
- com.soklet.RequestBodyMarshaler
- com.soklet.ResourceMethodParameterProvider
- com.soklet.ResourceMethodResolver
- com.soklet.ResponseMarshaler
- com.soklet.ResponseMarshaler.Builder.ContentTooLargeHandler
- com.soklet.ResponseMarshaler.Builder.CorsAllowedHandler
- com.soklet.ResponseMarshaler.Builder.CorsPreflightAllowedHandler
- com.soklet.ResponseMarshaler.Builder.CorsPreflightRejectedHandler
- com.soklet.ResponseMarshaler.Builder.HappyPathHandler
- com.soklet.ResponseMarshaler.Builder.HeadHandler
- com.soklet.ResponseMarshaler.Builder.MethodNotAllowedHandler
- com.soklet.ResponseMarshaler.Builder.NotFoundHandler
- com.soklet.ResponseMarshaler.Builder.OptionsHandler
- com.soklet.ResponseMarshaler.Builder.PostProcessor
- com.soklet.ResponseMarshaler.Builder.ThrowableHandler
- com.soklet.Server.RequestHandler
- com.soklet.ServerSentEventBroadcaster
- com.soklet.ServerSentEventServer.RequestHandler
- com.soklet.Simulator
- com.soklet.converter.ValueConverter<F,
T>
Annotation Interface Hierarchy
- com.soklet.annotation.DELETE (implements java.lang.annotation.Annotation)
- com.soklet.annotation.DELETEs (implements java.lang.annotation.Annotation)
- com.soklet.annotation.FormParameter (implements java.lang.annotation.Annotation)
- com.soklet.annotation.GET (implements java.lang.annotation.Annotation)
- com.soklet.annotation.GETs (implements java.lang.annotation.Annotation)
- com.soklet.annotation.HEAD (implements java.lang.annotation.Annotation)
- com.soklet.annotation.HEADs (implements java.lang.annotation.Annotation)
- com.soklet.annotation.Multipart (implements java.lang.annotation.Annotation)
- com.soklet.annotation.OPTIONS (implements java.lang.annotation.Annotation)
- com.soklet.annotation.OPTIONSes (implements java.lang.annotation.Annotation)
- com.soklet.annotation.PATCH (implements java.lang.annotation.Annotation)
- com.soklet.annotation.PATCHes (implements java.lang.annotation.Annotation)
- com.soklet.annotation.PathParameter (implements java.lang.annotation.Annotation)
- com.soklet.annotation.POST (implements java.lang.annotation.Annotation)
- com.soklet.annotation.POSTs (implements java.lang.annotation.Annotation)
- com.soklet.annotation.PUT (implements java.lang.annotation.Annotation)
- com.soklet.annotation.PUTs (implements java.lang.annotation.Annotation)
- com.soklet.annotation.QueryParameter (implements java.lang.annotation.Annotation)
- com.soklet.annotation.RequestBody (implements java.lang.annotation.Annotation)
- com.soklet.annotation.RequestCookie (implements java.lang.annotation.Annotation)
- com.soklet.annotation.RequestHeader (implements java.lang.annotation.Annotation)
- com.soklet.annotation.Resource (implements java.lang.annotation.Annotation)
- com.soklet.annotation.ServerSentEventSource (implements java.lang.annotation.Annotation)
- com.soklet.annotation.ServerSentEventSources (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.soklet.HttpMethod
- com.soklet.LogEventType
- com.soklet.RedirectType
- com.soklet.ResourcePathDeclaration.ComponentType
- com.soklet.ResponseCookie.SameSite
- com.soklet.ShutdownTrigger
- com.soklet.StatusCode
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)