所有程序包的分层结构
程序包分层结构:- com.dtflys.forest,
- com.dtflys.forest.annotation,
- com.dtflys.forest.auth,
- com.dtflys.forest.backend,
- com.dtflys.forest.backend.body,
- com.dtflys.forest.backend.httpclient,
- com.dtflys.forest.backend.httpclient.body,
- com.dtflys.forest.backend.httpclient.conn,
- com.dtflys.forest.backend.httpclient.entity,
- com.dtflys.forest.backend.httpclient.executor,
- com.dtflys.forest.backend.httpclient.logging,
- com.dtflys.forest.backend.httpclient.request,
- com.dtflys.forest.backend.httpclient.response,
- com.dtflys.forest.backend.okhttp3,
- com.dtflys.forest.backend.okhttp3.body,
- com.dtflys.forest.backend.okhttp3.conn,
- com.dtflys.forest.backend.okhttp3.executor,
- com.dtflys.forest.backend.okhttp3.logging,
- com.dtflys.forest.backend.okhttp3.response,
- com.dtflys.forest.backend.url,
- com.dtflys.forest.callback,
- com.dtflys.forest.config,
- com.dtflys.forest.converter,
- com.dtflys.forest.converter.auto,
- com.dtflys.forest.converter.binary,
- com.dtflys.forest.converter.form,
- com.dtflys.forest.converter.json,
- com.dtflys.forest.converter.protobuf,
- com.dtflys.forest.converter.text,
- com.dtflys.forest.converter.xml,
- com.dtflys.forest.exceptions,
- com.dtflys.forest.extensions,
- com.dtflys.forest.filter,
- com.dtflys.forest.handler,
- com.dtflys.forest.http,
- com.dtflys.forest.http.body,
- com.dtflys.forest.http.model,
- com.dtflys.forest.interceptor,
- com.dtflys.forest.lifecycles,
- com.dtflys.forest.lifecycles.authorization,
- com.dtflys.forest.lifecycles.base,
- com.dtflys.forest.lifecycles.file,
- com.dtflys.forest.lifecycles.logging,
- com.dtflys.forest.lifecycles.method,
- com.dtflys.forest.lifecycles.parameter,
- com.dtflys.forest.lifecycles.proxy,
- com.dtflys.forest.logging,
- com.dtflys.forest.mapping,
- com.dtflys.forest.multipart,
- com.dtflys.forest.pool,
- com.dtflys.forest.proxy,
- com.dtflys.forest.reflection,
- com.dtflys.forest.retryer,
- com.dtflys.forest.ssl,
- com.dtflys.forest.utils
类分层结构
- java.lang.Object
- com.dtflys.forest.backend.body.AbstractBodyBuilder<T> (implements com.dtflys.forest.backend.BodyBuilder<R>)
- com.dtflys.forest.backend.httpclient.body.HttpclientBodyBuilder<T>
- com.dtflys.forest.backend.okhttp3.body.OkHttp3BodyBuilder
- com.dtflys.forest.lifecycles.parameter.AbstractBodyLifeCycle<A> (implements com.dtflys.forest.lifecycles.ParameterAnnotationLifeCycle<A,
I>) - com.dtflys.forest.lifecycles.parameter.BinaryBodyLifeCycle
- com.dtflys.forest.lifecycles.parameter.BodyLifeCycle
- com.dtflys.forest.lifecycles.parameter.FormBodyLifeCycle
- com.dtflys.forest.lifecycles.parameter.JSONBodyLifeCycle
- com.dtflys.forest.lifecycles.parameter.ProtobufBodyLifeCycle
- com.dtflys.forest.lifecycles.parameter.XMLBodyLifeCycle
- org.apache.http.entity.mime.content.AbstractContentBody (implements org.apache.http.entity.mime.content.ContentBody)
- org.apache.http.entity.mime.content.FileBody
- com.dtflys.forest.backend.httpclient.body.HttpclientMultipartFileBody
- com.dtflys.forest.backend.httpclient.body.HttpclientMultipartCommonBody
- org.apache.http.entity.mime.content.FileBody
- com.dtflys.forest.backend.AbstractHttpBackend (implements com.dtflys.forest.backend.HttpBackend)
- com.dtflys.forest.backend.httpclient.HttpclientBackend
- com.dtflys.forest.backend.okhttp3.OkHttp3Backend
- com.dtflys.forest.backend.httpclient.request.AbstractHttpclientRequestSender (implements com.dtflys.forest.backend.httpclient.request.HttpclientRequestSender)
- com.dtflys.forest.backend.httpclient.request.SyncHttpclientRequestSender
- com.dtflys.forest.backend.AbstractHttpExecutor (implements com.dtflys.forest.backend.HttpExecutor)
- com.dtflys.forest.backend.httpclient.executor.HttpclientExecutor
- org.apache.http.message.AbstractHttpMessage (implements org.apache.http.HttpMessage)
- org.apache.http.client.methods.AbstractExecutionAwareRequest (implements org.apache.http.client.methods.AbortableHttpRequest, java.lang.Cloneable, org.apache.http.client.methods.HttpExecutionAware, org.apache.http.HttpRequest)
- org.apache.http.client.methods.HttpRequestBase (implements org.apache.http.client.methods.Configurable, org.apache.http.client.methods.HttpUriRequest)
- org.apache.http.client.methods.HttpEntityEnclosingRequestBase (implements org.apache.http.HttpEntityEnclosingRequest)
- com.dtflys.forest.backend.httpclient.HttpclientDelete
- com.dtflys.forest.backend.httpclient.entity.HttpclientRequestWithBodyEntity
- org.apache.http.client.methods.HttpEntityEnclosingRequestBase (implements org.apache.http.HttpEntityEnclosingRequest)
- org.apache.http.client.methods.HttpRequestBase (implements org.apache.http.client.methods.Configurable, org.apache.http.client.methods.HttpUriRequest)
- org.apache.http.client.methods.AbstractExecutionAwareRequest (implements org.apache.http.client.methods.AbortableHttpRequest, java.lang.Cloneable, org.apache.http.client.methods.HttpExecutionAware, org.apache.http.HttpRequest)
- com.dtflys.forest.http.AbstractQueryParameter<SELF> (implements com.dtflys.forest.http.ForestQueryParameter<SELF>)
- com.dtflys.forest.http.SimpleQueryParameter
- com.dtflys.forest.lifecycles.method.AddressLifeCycle (implements com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I>) - com.dtflys.forest.backend.AsyncHttpExecutor<T> (implements com.dtflys.forest.backend.HttpExecutor)
- com.dtflys.forest.backend.AsyncHttpExecutor.AsyncTask<T> (implements java.util.function.Supplier<T>)
- com.dtflys.forest.config.AsyncThreadPools
- com.dtflys.forest.utils.AsyncUtil
- java.net.Authenticator
- com.dtflys.forest.backend.SocksAuthenticator
- com.dtflys.forest.handler.AutoOAuth2DefinitionHandler (implements com.dtflys.forest.handler.OAuth2DefinitionHandler)
- com.dtflys.forest.lifecycles.method.BackendClientLifeCycle (implements com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I>) - com.dtflys.forest.lifecycles.method.BackendLifeCycle (implements com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I>) - com.dtflys.forest.utils.Base64Utils
- com.dtflys.forest.lifecycles.logging.BaseLogEnabledLifeCycle (implements com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle<A,
I>) - com.dtflys.forest.lifecycles.logging.BaseLogHandlerLifeCycle (implements com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle<A,
I>) - com.dtflys.forest.lifecycles.base.BaseRequestLifeCycle (implements com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle<A,
I>) - com.dtflys.forest.auth.BasicAuth (implements com.dtflys.forest.auth.ForestAuthenticator)
- com.dtflys.forest.lifecycles.authorization.BasicAuthLifeCycle (implements com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I>) - com.dtflys.forest.reflection.BasicVariableValue (implements com.dtflys.forest.reflection.ForestVariableValue)
- com.dtflys.forest.lifecycles.method.BodyTypeLifeCycle (implements com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I>) - com.dtflys.forest.utils.ByteEncodeUtils
- com.dtflys.forest.backend.ContentType
- com.dtflys.forest.converter.ConvertOptions
- com.dtflys.forest.lifecycles.parameter.DataFileLifeCycle (implements com.dtflys.forest.lifecycles.ParameterAnnotationLifeCycle<A,
I>) - com.dtflys.forest.lifecycles.parameter.DataObjectLifeCycle (implements com.dtflys.forest.lifecycles.ParameterAnnotationLifeCycle<A,
I>) - com.dtflys.forest.lifecycles.parameter.DataParamLifeCycle (implements com.dtflys.forest.lifecycles.ParameterAnnotationLifeCycle<A,
I>) - com.dtflys.forest.lifecycles.method.DecompressGzipLifeCycle (implements com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I>) - com.dtflys.forest.converter.auto.DefaultAutoConverter (implements com.dtflys.forest.converter.ForestConverter<S>)
- com.dtflys.forest.converter.binary.DefaultBinaryConverter (implements com.dtflys.forest.converter.ForestConverter<S>, com.dtflys.forest.converter.ForestEncoder)
- com.dtflys.forest.converter.form.DefaultFormConvertor (implements com.dtflys.forest.converter.ForestConverter<S>, com.dtflys.forest.converter.ForestEncoder)
- com.dtflys.forest.interceptor.DefaultInterceptorFactory (implements com.dtflys.forest.interceptor.InterceptorFactory)
- com.dtflys.forest.logging.DefaultLogHandler (implements com.dtflys.forest.logging.ForestLogHandler)
- com.dtflys.forest.reflection.DefaultObjectFactory (implements com.dtflys.forest.reflection.ForestObjectFactory)
- com.dtflys.forest.callback.DefaultRetryWhen (implements com.dtflys.forest.callback.RetryWhen)
- com.dtflys.forest.callback.DefaultSuccessWhen (implements com.dtflys.forest.callback.SuccessWhen)
- com.dtflys.forest.converter.text.DefaultTextConverter (implements com.dtflys.forest.converter.ForestConverter<S>, com.dtflys.forest.converter.ForestEncoder)
- com.dtflys.forest.lifecycles.file.DownloadLifeCycle (implements com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I>) - com.dtflys.forest.filter.EncodeFilter (implements com.dtflys.forest.filter.Filter)
- com.dtflys.forest.filter.EncodeFormFilter (implements com.dtflys.forest.filter.Filter)
- com.dtflys.forest.filter.EncodePathFilter (implements com.dtflys.forest.filter.Filter)
- com.dtflys.forest.filter.EncodeQueryFilter (implements com.dtflys.forest.filter.Filter)
- com.dtflys.forest.filter.EncodeUserInfoFilter (implements com.dtflys.forest.filter.Filter)
- com.dtflys.forest.filter.FilterChain (implements com.dtflys.forest.filter.Filter)
- com.dtflys.forest.pool.FixedRequestPool (implements com.dtflys.forest.pool.ForestRequestPool)
- com.dtflys.forest.Forest
- com.dtflys.forest.http.ForestAddress
- com.dtflys.forest.http.ForestBody (implements java.util.List<E>)
- com.dtflys.forest.utils.ForestCache<K,
V> - com.dtflys.forest.config.ForestConfiguration (implements java.io.Serializable)
- com.dtflys.forest.http.ForestCookie (implements java.lang.Cloneable, java.io.Serializable)
- com.dtflys.forest.backend.httpclient.HttpclientCookie
- com.dtflys.forest.backend.okhttp3.OkHttp3Cookie
- com.dtflys.forest.http.ForestCookies (implements java.lang.Iterable<T>)
- com.dtflys.forest.utils.ForestDataType
- com.dtflys.forest.converter.json.ForestFastjson2Converter (implements com.dtflys.forest.converter.json.ForestJsonConverter)
- com.dtflys.forest.converter.json.ForestFastjsonConverter (implements com.dtflys.forest.converter.json.ForestJsonConverter)
- com.dtflys.forest.converter.protobuf.ForestGoogleProtobufConverter (implements com.dtflys.forest.converter.protobuf.ForestProtobufConverter)
- com.dtflys.forest.converter.json.ForestGsonConverter (implements com.dtflys.forest.converter.json.ForestJsonConverter)
- com.dtflys.forest.http.ForestHeaderMap (implements java.lang.Cloneable, java.util.Map<K,
V>) - com.dtflys.forest.converter.json.ForestJacksonConverter (implements com.dtflys.forest.converter.json.ForestJsonConverter)
- com.dtflys.forest.logging.ForestLogger
- com.dtflys.forest.reflection.ForestMethod<T> (implements com.dtflys.forest.config.VariableScope)
- com.dtflys.forest.http.model.ForestModel
- com.dtflys.forest.multipart.ForestMultipart<T,
SELF> - com.dtflys.forest.multipart.ByteArrayMultipart
- com.dtflys.forest.multipart.FileMultipart
- com.dtflys.forest.multipart.FilePathMultipart
- com.dtflys.forest.multipart.InputStreamMultipart
- com.dtflys.forest.multipart.ForestMultipartFactory<T>
- com.dtflys.forest.utils.ForestProgress
- com.dtflys.forest.config.ForestProperties
- com.dtflys.forest.converter.protobuf.ForestProtobufConverterManager (implements java.io.Serializable)
- com.dtflys.forest.http.ForestProxy (implements com.dtflys.forest.http.HasHeaders, com.dtflys.forest.http.HasURL)
- com.dtflys.forest.http.ForestQueryMap (implements java.util.Map<K,
V>) - com.dtflys.forest.http.ForestRequest<T> (implements com.dtflys.forest.http.HasHeaders, com.dtflys.forest.http.HasURL)
- com.dtflys.forest.http.ForestRequestBody
- com.dtflys.forest.http.body.BinaryRequestBody
- com.dtflys.forest.http.body.ByteArrayRequestBody (implements com.dtflys.forest.http.body.SupportFormUrlEncoded)
- com.dtflys.forest.http.body.FileRequestBody
- com.dtflys.forest.http.body.MultipartRequestBody
- com.dtflys.forest.http.body.InputStreamRequestBody
- com.dtflys.forest.http.body.NameValueRequestBody (implements com.dtflys.forest.http.body.SupportFormUrlEncoded)
- com.dtflys.forest.http.body.ObjectRequestBody (implements com.dtflys.forest.http.body.SupportFormUrlEncoded)
- com.dtflys.forest.http.body.StringRequestBody (implements com.dtflys.forest.http.body.SupportFormUrlEncoded)
- com.dtflys.forest.http.body.BinaryRequestBody
- com.dtflys.forest.retryer.ForestRetryer
- com.dtflys.forest.retryer.BackOffRetryer
- com.dtflys.forest.retryer.NoneRetryer
- com.dtflys.forest.http.ForestRoute
- com.dtflys.forest.http.ForestRoutes
- com.dtflys.forest.backend.httpclient.conn.ForestSSLConnectionFactory (implements org.apache.http.conn.socket.LayeredConnectionSocketFactory)
- com.dtflys.forest.http.ForestURL
- com.dtflys.forest.http.ForestURLBuilder
- com.dtflys.forest.ssl.ForestX509TrustManager (implements javax.net.ssl.X509TrustManager)
- com.dtflys.forest.utils.GzipUtils
- com.dtflys.forest.lifecycles.parameter.HeaderLifeCycle (implements com.dtflys.forest.lifecycles.ParameterAnnotationLifeCycle<A,
I>) - com.dtflys.forest.lifecycles.method.HeadersLifeCycle (implements com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I>) - com.dtflys.forest.utils.HeaderUtils
- com.dtflys.forest.backend.HttpBackendSelector
- com.dtflys.forest.backend.httpclient.conn.HttpclientConnectionManager (implements com.dtflys.forest.backend.ForestConnectionManager)
- com.dtflys.forest.backend.httpclient.conn.HttpclientConnectionManager.DefaultHttpClientProvider (implements com.dtflys.forest.backend.httpclient.HttpClientProvider)
- com.dtflys.forest.backend.httpclient.response.HttpclientEntity (implements org.apache.http.HttpEntity)
- com.dtflys.forest.backend.httpclient.response.HttpclientForestFuture<T,
R> (implements java.util.concurrent.Future<V>) - com.dtflys.forest.backend.httpclient.response.HttpclientForestResponseFactory (implements com.dtflys.forest.http.ForestResponseFactory<R>)
- com.dtflys.forest.backend.httpclient.HttpClientLifeCycle (implements com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I>) - com.dtflys.forest.backend.httpclient.logging.HttpclientLogBodyMessage (implements com.dtflys.forest.logging.LogBodyMessage)
- com.dtflys.forest.backend.HttpConnectionConstants
- com.dtflys.forest.backend.httpclient.conn.HttpContextUtils
- com.dtflys.forest.lifecycles.proxy.HTTPProxyLifeCycle (implements com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I>) - com.dtflys.forest.http.HttpStatus
- com.dtflys.forest.interceptor.InterceptorAttributes
- com.dtflys.forest.interceptor.InterceptorChain (implements com.dtflys.forest.interceptor.Interceptor<T>)
- com.dtflys.forest.proxy.InterfaceProxyHandler<T> (implements java.lang.reflect.InvocationHandler, com.dtflys.forest.config.VariableScope)
- com.dtflys.forest.http.model.JavaObjectProperty (implements com.dtflys.forest.http.model.ObjectProperty)
- com.dtflys.forest.converter.json.JSONConverterSelector (implements java.io.Serializable)
- com.dtflys.forest.filter.JSONFilter (implements com.dtflys.forest.filter.Filter)
- com.dtflys.forest.lifecycles.parameter.JSONQueryLifeCycle (implements com.dtflys.forest.lifecycles.ParameterAnnotationLifeCycle<A,
I>) - com.dtflys.forest.http.LazyHeader (implements com.dtflys.forest.http.ForestHeader<SELF,
VALUE>) - com.dtflys.forest.logging.LogConfiguration
- com.dtflys.forest.lifecycles.logging.LogEnabledLifeCycle (implements com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I>) - com.dtflys.forest.lifecycles.logging.LogHandlerLifeCycle (implements com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I>) - com.dtflys.forest.logging.LogHeaderMessage
- com.dtflys.forest.mapping.MappingExpr
- com.dtflys.forest.mapping.MappingBoolean
- com.dtflys.forest.mapping.MappingDot
- com.dtflys.forest.mapping.MappingInvoke
- com.dtflys.forest.mapping.MappingFilterInvoke
- com.dtflys.forest.mapping.MappingInvoke
- com.dtflys.forest.mapping.MappingDouble
- com.dtflys.forest.mapping.MappingFloat
- com.dtflys.forest.mapping.MappingIdentity
- com.dtflys.forest.mapping.MappingIndex
- com.dtflys.forest.mapping.MappingInteger
- com.dtflys.forest.mapping.MappingLong
- com.dtflys.forest.mapping.MappingProperty
- com.dtflys.forest.mapping.MappingReference
- com.dtflys.forest.mapping.MappingString
- com.dtflys.forest.mapping.MappingUrlEncodedExpr
- com.dtflys.forest.mapping.MappingNameValue
- com.dtflys.forest.mapping.MappingParameter
- com.dtflys.forest.mapping.MappingVariable
- com.dtflys.forest.mapping.MappingTemplate
- com.dtflys.forest.mapping.MappingURLTemplate
- com.dtflys.forest.http.model.MapProperty (implements com.dtflys.forest.http.model.ObjectProperty)
- com.dtflys.forest.reflection.MetaRequest
- com.dtflys.forest.utils.MethodHandlesUtil
- com.dtflys.forest.reflection.MethodLifeCycleHandler<T> (implements com.dtflys.forest.handler.LifeCycleHandler)
- com.dtflys.forest.utils.NameUtils
- com.dtflys.forest.reflection.NoneLifeCycleHandler (implements com.dtflys.forest.handler.LifeCycleHandler)
- com.dtflys.forest.lifecycles.authorization.OAuth2LifeCycle (implements com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I>) - com.dtflys.forest.lifecycles.authorization.OAuth2LifeCycle.TokenCache
- com.dtflys.forest.lifecycles.authorization.OAuth2Token (implements java.io.Serializable)
- com.dtflys.forest.http.model.ObjectWrapper
- com.dtflys.forest.backend.okhttp3.conn.OkHttp3ConnectionManager (implements com.dtflys.forest.backend.ForestConnectionManager)
- com.dtflys.forest.backend.okhttp3.conn.OkHttp3ConnectionManager.DefaultOkHttpClientProvider (implements com.dtflys.forest.backend.okhttp3.OkHttpClientProvider)
- com.dtflys.forest.backend.okhttp3.executor.OkHttp3Executor (implements com.dtflys.forest.backend.HttpExecutor)
- com.dtflys.forest.backend.okhttp3.response.OkHttp3ForestResponseFactory (implements com.dtflys.forest.http.ForestResponseFactory<R>)
- com.dtflys.forest.backend.okhttp3.OkHttp3LifeCycle (implements com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I>) - com.dtflys.forest.backend.okhttp3.logging.OkHttp3LogBodyMessage (implements com.dtflys.forest.logging.LogBodyMessage)
- com.dtflys.forest.backend.okhttp3.response.OkHttp3ResponseFuture (implements java.util.concurrent.Future<V>)
- org.apache.http.conn.socket.PlainConnectionSocketFactory (implements org.apache.http.conn.socket.ConnectionSocketFactory)
- com.dtflys.forest.backend.httpclient.conn.ForestConnectionFactory
- com.dtflys.forest.reflection.PropWrapper
- com.dtflys.forest.proxy.ProxyFactory<T>
- com.dtflys.forest.lifecycles.parameter.QueryLifeCycle (implements com.dtflys.forest.lifecycles.ParameterAnnotationLifeCycle<A,
I>) - com.dtflys.forest.lifecycles.method.RedirectionLifeCycle (implements com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I>) - com.dtflys.forest.utils.ReflectUtils
- okhttp3.RequestBody
- com.dtflys.forest.backend.okhttp3.body.OkHttpMultipartBody
- com.dtflys.forest.http.body.RequestBodyBuilder<T,
B, D> - com.dtflys.forest.http.body.RequestBodyBuilder.ByteArrayRequestBodyBuilder
- com.dtflys.forest.http.body.RequestBodyBuilder.FileRequestBodyBuilder
- com.dtflys.forest.http.body.RequestBodyBuilder.InputStreamBodyBuilder
- com.dtflys.forest.http.body.RequestBodyBuilder.ObjectRequestBodyBuilder
- com.dtflys.forest.http.body.RequestBodyBuilder.StringRequestBodyBuilder
- com.dtflys.forest.lifecycles.method.RequestLifeCycle (implements com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I>) - com.dtflys.forest.lifecycles.method.DeleteRequestLifeCycle
- com.dtflys.forest.lifecycles.method.GetRequestLifeCycle
- com.dtflys.forest.lifecycles.method.HeadRequestLifeCycle
- com.dtflys.forest.lifecycles.method.OptionsRequestLifeCycle
- com.dtflys.forest.lifecycles.method.PatchRequestLifeCycle
- com.dtflys.forest.lifecycles.method.PostRequestLifeCycle
- com.dtflys.forest.lifecycles.method.PutRequestLifeCycle
- com.dtflys.forest.lifecycles.method.TraceRequestLifeCycle
- com.dtflys.forest.logging.RequestLogMessage
- com.dtflys.forest.utils.RequestNameValue
- com.dtflys.forest.logging.RequestProxyLogMessage
- okhttp3.ResponseBody (implements java.io.Closeable)
- com.dtflys.forest.backend.okhttp3.response.OkHttpResponseBody
- com.dtflys.forest.backend.ResponseHandler<R>
- com.dtflys.forest.backend.httpclient.response.HttpclientResponseHandler
- com.dtflys.forest.backend.okhttp3.response.OkHttp3ResponseHandler
- com.dtflys.forest.logging.ResponseLogMessage
- com.dtflys.forest.http.ResultGetter
- com.dtflys.forest.http.ForestFuture<T> (implements java.util.concurrent.Future<V>)
- com.dtflys.forest.http.ForestResponse<T> (implements com.dtflys.forest.http.HasHeaders, com.dtflys.forest.http.HasURL)
- com.dtflys.forest.backend.httpclient.response.HttpclientForestResponse
- com.dtflys.forest.backend.okhttp3.response.OkHttp3ForestResponse
- com.dtflys.forest.handler.ResultHandler
- com.dtflys.forest.lifecycles.method.RetryerLifeCycle (implements com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I>) - com.dtflys.forest.lifecycles.method.RetryLifeCycle (implements com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I>) - com.dtflys.forest.lifecycles.parameter.ReturnLifeCycle (implements com.dtflys.forest.lifecycles.ParameterAnnotationLifeCycle<A,
I>) - com.dtflys.forest.http.SimpleHeader (implements com.dtflys.forest.http.ForestHeader<SELF,
VALUE>) - com.dtflys.forest.http.ForestCookieHeader
- com.dtflys.forest.http.ForestSetCookieHeader
- com.dtflys.forest.ssl.SocksProxySSLSocketFactoryBuilder (implements com.dtflys.forest.ssl.SSLSocketFactoryBuilder)
- com.dtflys.forest.lifecycles.method.SSLHostnameVerifierLifeCycle (implements com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I>) - com.dtflys.forest.ssl.SSLKeyStore
- com.dtflys.forest.lifecycles.method.SSLSocketFactoryBuilderLifeCycle (implements com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I>) - com.dtflys.forest.ssl.SSLUtils
- com.dtflys.forest.utils.StringUtils
- com.dtflys.forest.mapping.SubVariableScope (implements com.dtflys.forest.config.VariableScope)
- com.dtflys.forest.lifecycles.method.SuccessLifeCycle (implements com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I>) - java.util.concurrent.ThreadPoolExecutor.AbortPolicy (implements java.util.concurrent.RejectedExecutionHandler)
- com.dtflys.forest.backend.AsyncAbortPolicy
- java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy (implements java.util.concurrent.RejectedExecutionHandler)
- com.dtflys.forest.backend.AsyncCallerRunsPolicy
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.dtflys.forest.exceptions.ForestRuntimeException
- com.dtflys.forest.exceptions.ForestConvertException
- com.dtflys.forest.exceptions.ForestFileNotFoundException
- com.dtflys.forest.exceptions.ForestHandlerException
- com.dtflys.forest.exceptions.ForestInterceptorDefineException
- com.dtflys.forest.exceptions.ForestNetworkException
- com.dtflys.forest.exceptions.ForestNoFileNameException
- com.dtflys.forest.exceptions.ForestPoolException
- com.dtflys.forest.exceptions.ForestAbortException
- com.dtflys.forest.exceptions.ForestAsyncAbortException
- com.dtflys.forest.exceptions.ForestRetryException
- com.dtflys.forest.exceptions.ForestReturnException
- com.dtflys.forest.exceptions.ForestTemplateSyntaxError
- com.dtflys.forest.exceptions.ForestUnsupportException
- com.dtflys.forest.exceptions.ForestVariableUndefinedException
- com.dtflys.forest.exceptions.ForestRuntimeException
- java.lang.RuntimeException
- java.lang.Exception
- com.dtflys.forest.utils.TimeUtils
- com.dtflys.forest.ssl.TrustAllHostnameVerifier (implements javax.net.ssl.HostnameVerifier)
- com.dtflys.forest.ssl.TrustAllManager (implements javax.net.ssl.X509TrustManager)
- com.dtflys.forest.utils.TypeReference<T> (implements java.lang.reflect.Type)
- com.dtflys.forest.reflection.TypeWrapper
- com.dtflys.forest.backend.url.URLBuilder
- com.dtflys.forest.backend.url.QueryableURLBuilder
- com.dtflys.forest.lifecycles.parameter.URLEncodeLifeCycle (implements com.dtflys.forest.lifecycles.ParameterAnnotationLifeCycle<A,
I>) - com.dtflys.forest.utils.URLEncoder
- com.dtflys.forest.utils.URLUtils
- com.dtflys.forest.utils.Validations
- com.dtflys.forest.lifecycles.parameter.VariableLifeCycle (implements com.dtflys.forest.lifecycles.ParameterAnnotationLifeCycle<A,
I>) - com.dtflys.forest.utils.VersionUtil
- com.dtflys.forest.filter.XmlFilter (implements com.dtflys.forest.filter.Filter)
- com.dtflys.forest.backend.body.AbstractBodyBuilder<T> (implements com.dtflys.forest.backend.BodyBuilder<R>)
接口分层结构
- com.dtflys.forest.callback.AddressSource
- com.dtflys.forest.backend.BackendClientProvider<T>
- com.dtflys.forest.backend.httpclient.HttpClientProvider
- com.dtflys.forest.backend.okhttp3.OkHttpClientProvider
- com.dtflys.forest.backend.BodyBuilder<R>
- com.dtflys.forest.filter.Filter
- com.dtflys.forest.auth.ForestAuthenticator
- com.dtflys.forest.proxy.ForestClientProxy
- com.dtflys.forest.backend.ForestConnectionManager
- com.dtflys.forest.converter.ForestConverter<S>
- com.dtflys.forest.converter.json.ForestJsonConverter (并 extends com.dtflys.forest.converter.ForestEncoder)
- com.dtflys.forest.converter.protobuf.ForestProtobufConverter (并 extends com.dtflys.forest.converter.ForestEncoder)
- com.dtflys.forest.converter.xml.ForestXmlConverter (并 extends com.dtflys.forest.converter.ForestEncoder)
- com.dtflys.forest.converter.ForestEncoder
- com.dtflys.forest.converter.json.ForestJsonConverter (并 extends com.dtflys.forest.converter.ForestConverter<S>)
- com.dtflys.forest.converter.protobuf.ForestProtobufConverter (并 extends com.dtflys.forest.converter.ForestConverter<S>)
- com.dtflys.forest.converter.xml.ForestXmlConverter (并 extends com.dtflys.forest.converter.ForestConverter<S>)
- com.dtflys.forest.ForestGenericClient
- com.dtflys.forest.http.ForestHeader<SELF,
VALUE> - com.dtflys.forest.logging.ForestLogHandler
- com.dtflys.forest.reflection.ForestObjectFactory
- com.dtflys.forest.http.ForestQueryParameter<SELF>
- com.dtflys.forest.pool.ForestRequestPool
- com.dtflys.forest.http.ForestResponseFactory<R>
- com.dtflys.forest.reflection.ForestVariableValue
- com.dtflys.forest.http.HasHeaders
- com.dtflys.forest.http.HasURL
- com.dtflys.forest.backend.HttpBackend
- com.dtflys.forest.backend.HttpBackend.HttpExecutorCreator
- com.dtflys.forest.backend.httpclient.request.HttpclientRequestSender
- com.dtflys.forest.backend.HttpExecutor
- com.dtflys.forest.callback.HTTPProxySource
- com.dtflys.forest.interceptor.InterceptorFactory
- com.dtflys.forest.http.Lazy<T>
- com.dtflys.forest.handler.LifeCycleHandler
- com.dtflys.forest.logging.LogBodyMessage
- com.dtflys.forest.lifecycles.authorization.OAuth2Client
- com.dtflys.forest.handler.OAuth2DefinitionHandler
- com.dtflys.forest.reflection.ObjectConstructor<T>
- com.dtflys.forest.http.model.ObjectProperty
- com.dtflys.forest.callback.OnCanceled
- com.dtflys.forest.interceptor.Interceptor<T> (并 extends com.dtflys.forest.callback.OnError, com.dtflys.forest.callback.OnLoadCookie, com.dtflys.forest.callback.OnProgress, com.dtflys.forest.callback.OnRedirection, com.dtflys.forest.callback.OnRetry, com.dtflys.forest.callback.OnSaveCookie, com.dtflys.forest.callback.OnSuccess<T>)
- com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle<A,
I> - com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I> - com.dtflys.forest.lifecycles.ParameterAnnotationLifeCycle<A,
I>
- com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle<A,
- com.dtflys.forest.interceptor.Interceptor<T> (并 extends com.dtflys.forest.callback.OnError, com.dtflys.forest.callback.OnLoadCookie, com.dtflys.forest.callback.OnProgress, com.dtflys.forest.callback.OnRedirection, com.dtflys.forest.callback.OnRetry, com.dtflys.forest.callback.OnSaveCookie, com.dtflys.forest.callback.OnSuccess<T>)
- com.dtflys.forest.callback.OnEncoded
- com.dtflys.forest.callback.OnError
- com.dtflys.forest.interceptor.Interceptor<T> (并 extends com.dtflys.forest.callback.OnCanceled, com.dtflys.forest.callback.OnLoadCookie, com.dtflys.forest.callback.OnProgress, com.dtflys.forest.callback.OnRedirection, com.dtflys.forest.callback.OnRetry, com.dtflys.forest.callback.OnSaveCookie, com.dtflys.forest.callback.OnSuccess<T>)
- com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle<A,
I> - com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I> - com.dtflys.forest.lifecycles.ParameterAnnotationLifeCycle<A,
I>
- com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle<A,
- com.dtflys.forest.interceptor.Interceptor<T> (并 extends com.dtflys.forest.callback.OnCanceled, com.dtflys.forest.callback.OnLoadCookie, com.dtflys.forest.callback.OnProgress, com.dtflys.forest.callback.OnRedirection, com.dtflys.forest.callback.OnRetry, com.dtflys.forest.callback.OnSaveCookie, com.dtflys.forest.callback.OnSuccess<T>)
- com.dtflys.forest.callback.OnLoadCookie
- com.dtflys.forest.interceptor.Interceptor<T> (并 extends com.dtflys.forest.callback.OnCanceled, com.dtflys.forest.callback.OnError, com.dtflys.forest.callback.OnProgress, com.dtflys.forest.callback.OnRedirection, com.dtflys.forest.callback.OnRetry, com.dtflys.forest.callback.OnSaveCookie, com.dtflys.forest.callback.OnSuccess<T>)
- com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle<A,
I> - com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I> - com.dtflys.forest.lifecycles.ParameterAnnotationLifeCycle<A,
I>
- com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle<A,
- com.dtflys.forest.interceptor.Interceptor<T> (并 extends com.dtflys.forest.callback.OnCanceled, com.dtflys.forest.callback.OnError, com.dtflys.forest.callback.OnProgress, com.dtflys.forest.callback.OnRedirection, com.dtflys.forest.callback.OnRetry, com.dtflys.forest.callback.OnSaveCookie, com.dtflys.forest.callback.OnSuccess<T>)
- com.dtflys.forest.callback.OnProgress
- com.dtflys.forest.interceptor.Interceptor<T> (并 extends com.dtflys.forest.callback.OnCanceled, com.dtflys.forest.callback.OnError, com.dtflys.forest.callback.OnLoadCookie, com.dtflys.forest.callback.OnRedirection, com.dtflys.forest.callback.OnRetry, com.dtflys.forest.callback.OnSaveCookie, com.dtflys.forest.callback.OnSuccess<T>)
- com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle<A,
I> - com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I> - com.dtflys.forest.lifecycles.ParameterAnnotationLifeCycle<A,
I>
- com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle<A,
- com.dtflys.forest.interceptor.Interceptor<T> (并 extends com.dtflys.forest.callback.OnCanceled, com.dtflys.forest.callback.OnError, com.dtflys.forest.callback.OnLoadCookie, com.dtflys.forest.callback.OnRedirection, com.dtflys.forest.callback.OnRetry, com.dtflys.forest.callback.OnSaveCookie, com.dtflys.forest.callback.OnSuccess<T>)
- com.dtflys.forest.callback.OnRedirection
- com.dtflys.forest.interceptor.Interceptor<T> (并 extends com.dtflys.forest.callback.OnCanceled, com.dtflys.forest.callback.OnError, com.dtflys.forest.callback.OnLoadCookie, com.dtflys.forest.callback.OnProgress, com.dtflys.forest.callback.OnRetry, com.dtflys.forest.callback.OnSaveCookie, com.dtflys.forest.callback.OnSuccess<T>)
- com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle<A,
I> - com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I> - com.dtflys.forest.lifecycles.ParameterAnnotationLifeCycle<A,
I>
- com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle<A,
- com.dtflys.forest.interceptor.Interceptor<T> (并 extends com.dtflys.forest.callback.OnCanceled, com.dtflys.forest.callback.OnError, com.dtflys.forest.callback.OnLoadCookie, com.dtflys.forest.callback.OnProgress, com.dtflys.forest.callback.OnRetry, com.dtflys.forest.callback.OnSaveCookie, com.dtflys.forest.callback.OnSuccess<T>)
- com.dtflys.forest.callback.OnRetry
- com.dtflys.forest.interceptor.Interceptor<T> (并 extends com.dtflys.forest.callback.OnCanceled, com.dtflys.forest.callback.OnError, com.dtflys.forest.callback.OnLoadCookie, com.dtflys.forest.callback.OnProgress, com.dtflys.forest.callback.OnRedirection, com.dtflys.forest.callback.OnSaveCookie, com.dtflys.forest.callback.OnSuccess<T>)
- com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle<A,
I> - com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I> - com.dtflys.forest.lifecycles.ParameterAnnotationLifeCycle<A,
I>
- com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle<A,
- com.dtflys.forest.interceptor.Interceptor<T> (并 extends com.dtflys.forest.callback.OnCanceled, com.dtflys.forest.callback.OnError, com.dtflys.forest.callback.OnLoadCookie, com.dtflys.forest.callback.OnProgress, com.dtflys.forest.callback.OnRedirection, com.dtflys.forest.callback.OnSaveCookie, com.dtflys.forest.callback.OnSuccess<T>)
- com.dtflys.forest.callback.OnSaveCookie
- com.dtflys.forest.interceptor.Interceptor<T> (并 extends com.dtflys.forest.callback.OnCanceled, com.dtflys.forest.callback.OnError, com.dtflys.forest.callback.OnLoadCookie, com.dtflys.forest.callback.OnProgress, com.dtflys.forest.callback.OnRedirection, com.dtflys.forest.callback.OnRetry, com.dtflys.forest.callback.OnSuccess<T>)
- com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle<A,
I> - com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I> - com.dtflys.forest.lifecycles.ParameterAnnotationLifeCycle<A,
I>
- com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle<A,
- com.dtflys.forest.interceptor.Interceptor<T> (并 extends com.dtflys.forest.callback.OnCanceled, com.dtflys.forest.callback.OnError, com.dtflys.forest.callback.OnLoadCookie, com.dtflys.forest.callback.OnProgress, com.dtflys.forest.callback.OnRedirection, com.dtflys.forest.callback.OnRetry, com.dtflys.forest.callback.OnSuccess<T>)
- com.dtflys.forest.callback.OnSuccess<T>
- com.dtflys.forest.interceptor.Interceptor<T> (并 extends com.dtflys.forest.callback.OnCanceled, com.dtflys.forest.callback.OnError, com.dtflys.forest.callback.OnLoadCookie, com.dtflys.forest.callback.OnProgress, com.dtflys.forest.callback.OnRedirection, com.dtflys.forest.callback.OnRetry, com.dtflys.forest.callback.OnSaveCookie)
- com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle<A,
I> - com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle<A,
I> - com.dtflys.forest.lifecycles.ParameterAnnotationLifeCycle<A,
I>
- com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle<A,
- com.dtflys.forest.interceptor.Interceptor<T> (并 extends com.dtflys.forest.callback.OnCanceled, com.dtflys.forest.callback.OnError, com.dtflys.forest.callback.OnLoadCookie, com.dtflys.forest.callback.OnProgress, com.dtflys.forest.callback.OnRedirection, com.dtflys.forest.callback.OnRetry, com.dtflys.forest.callback.OnSaveCookie)
- com.dtflys.forest.callback.RetryWhen
- com.dtflys.forest.ssl.SSLSocketFactoryBuilder
- com.dtflys.forest.callback.SuccessWhen
- com.dtflys.forest.http.body.SupportFormUrlEncoded
- com.dtflys.forest.config.VariableScope
注释类型分层结构
- com.dtflys.forest.annotation.Address (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.AliasFor (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.Backend (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.BackendClient (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.BaseLifeCycle (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.BaseRequest (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.BaseURL (implements java.lang.annotation.Annotation)
- com.dtflys.forest.extensions.BasicAuth (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.BinaryBody (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.Body (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.BodyType (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.DataFile (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.DataObject (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.DataParam (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.DataVariable (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.DecompressGzip (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.Delete (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.DeleteRequest (implements java.lang.annotation.Annotation)
- com.dtflys.forest.extensions.DownloadFile (implements java.lang.annotation.Annotation)
- com.dtflys.forest.converter.json.FastjsonEncoder (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.ForestClient (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.FormBody (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.Get (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.GetRequest (implements java.lang.annotation.Annotation)
- com.dtflys.forest.converter.json.GsonEncoder (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.Header (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.Headers (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.HeadRequest (implements java.lang.annotation.Annotation)
- com.dtflys.forest.backend.httpclient.HttpClient (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.HTTPProxy (implements java.lang.annotation.Annotation)
- com.dtflys.forest.converter.json.JacksonEncoder (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.JSONBody (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.JSONQuery (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.LogEnabled (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.LogHandler (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.MethodLifeCycle (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.Model (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.NotNull (implements java.lang.annotation.Annotation)
- com.dtflys.forest.extensions.OAuth2 (implements java.lang.annotation.Annotation)
- com.dtflys.forest.backend.okhttp3.OkHttp3 (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.Options (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.OptionsRequest (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.OverrideAttribute (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.ParamLifeCycle (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.Patch (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.PatchRequest (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.Post (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.PostRequest (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.ProtobufBody (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.Put (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.PutRequest (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.Query (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.Redirection (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.Request (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.RequestAttributes (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.Retry (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.Retryer (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.Return (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.ReturnType (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.SocksProxy (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.SSLHostnameVerifier (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.SSLSocketFactoryBuilder (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.Success (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.Trace (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.TraceRequest (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.URLEncode (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.Var (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.WriteNull (implements java.lang.annotation.Annotation)
- com.dtflys.forest.annotation.XMLBody (implements java.lang.annotation.Annotation)
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.dtflys.forest.converter.ConvertOptions.NullValuePolicy
- com.dtflys.forest.http.ForestAsyncMode
- com.dtflys.forest.http.ForestProtocol
- com.dtflys.forest.http.ForestProxyType
- com.dtflys.forest.http.ForestRequestType
- com.dtflys.forest.extensions.OAuth2.GrantType
- com.dtflys.forest.extensions.OAuth2.TokenAt
- com.dtflys.forest.mapping.Token
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)