Hierarchy For All Packages
- io.github.evisentin.wordpress.client.adapter.apache,
- io.github.evisentin.wordpress.client.adapter.apache.auth,
- io.github.evisentin.wordpress.client.adapter.apache.auth.basic,
- io.github.evisentin.wordpress.client.adapter.apache.auth.jwt,
- io.github.evisentin.wordpress.client.adapter.apache.discovery,
- io.github.evisentin.wordpress.client.adapter.apache.interceptors,
- io.github.evisentin.wordpress.client.adapter.apache.modules,
- io.github.evisentin.wordpress.client.adapter.apache.query.mappers,
- io.github.evisentin.wordpress.client.domain,
- io.github.evisentin.wordpress.client.domain.api,
- io.github.evisentin.wordpress.client.domain.auth,
- io.github.evisentin.wordpress.client.domain.auth.header,
- io.github.evisentin.wordpress.client.domain.auth.jwt,
- io.github.evisentin.wordpress.client.domain.configuration,
- io.github.evisentin.wordpress.client.domain.exception,
- io.github.evisentin.wordpress.client.domain.model,
- io.github.evisentin.wordpress.client.domain.model.enums,
- io.github.evisentin.wordpress.client.domain.model.enums.order,
- io.github.evisentin.wordpress.client.domain.model.parameters,
- io.github.evisentin.wordpress.client.domain.model.query,
- io.github.evisentin.wordpress.client.domain.model.requests,
- io.github.evisentin.wordpress.client.domain.model.responses
Class Hierarchy
- java.lang.Object
- io.github.evisentin.wordpress.client.adapter.apache.query.mappers.AbstractQueryParamMapper
- io.github.evisentin.wordpress.client.adapter.apache.query.mappers.CategoryQueryParamMapper
- io.github.evisentin.wordpress.client.adapter.apache.query.mappers.CommentQueryParamMapper
- io.github.evisentin.wordpress.client.adapter.apache.query.mappers.MediaQueryParamMapper
- io.github.evisentin.wordpress.client.adapter.apache.query.mappers.PostQueryParamMapper
- io.github.evisentin.wordpress.client.adapter.apache.query.mappers.TagQueryParamMapper
- io.github.evisentin.wordpress.client.adapter.apache.auth.ApacheAuthenticationStrategyHandlerRegistry
- io.github.evisentin.wordpress.client.adapter.apache.auth.basic.ApacheBasicAuthenticationStrategyHandler (implements io.github.evisentin.wordpress.client.adapter.apache.auth.ApacheAuthenticationStrategyHandler<T>)
- io.github.evisentin.wordpress.client.adapter.apache.auth.jwt.ApacheJwtAuthenticationStrategyHandler (implements io.github.evisentin.wordpress.client.adapter.apache.auth.ApacheAuthenticationStrategyHandler<T>)
- io.github.evisentin.wordpress.client.adapter.apache.auth.jwt.ApacheJwtTokenClient (implements io.github.evisentin.wordpress.client.domain.auth.jwt.JwtTokenClient)
- io.github.evisentin.wordpress.client.adapter.apache.ApacheWpRestClientBuilder
- io.github.evisentin.wordpress.client.adapter.apache.discovery.ApiUrlDiscoveryHelper
- io.github.evisentin.wordpress.client.adapter.apache.interceptors.AuthenticationInterceptor (implements org.apache.hc.core5.http.HttpRequestInterceptor)
- io.github.evisentin.wordpress.client.domain.auth.header.BasicAuthenticationHeaderProvider (implements io.github.evisentin.wordpress.client.domain.auth.header.AuthenticationHeaderProvider<T>)
- io.github.evisentin.wordpress.client.adapter.apache.modules.CategoryApiClientModule (implements io.github.evisentin.wordpress.client.domain.api.CategoryAPIs)
- io.github.evisentin.wordpress.client.adapter.apache.modules.CommentApiClientModule (implements io.github.evisentin.wordpress.client.domain.api.CommentAPIs)
- io.github.evisentin.wordpress.client.domain.auth.header.JwtAuthenticationHeaderProvider (implements io.github.evisentin.wordpress.client.domain.auth.header.AuthenticationHeaderProvider<T>)
- io.github.evisentin.wordpress.client.domain.auth.jwt.JwtResponse
- io.github.evisentin.wordpress.client.adapter.apache.modules.MediaApiClientModule (implements io.github.evisentin.wordpress.client.domain.api.MediaAPIs)
- io.github.evisentin.wordpress.client.adapter.apache.modules.PostApiClientModule (implements io.github.evisentin.wordpress.client.domain.api.PostAPIs)
- io.github.evisentin.wordpress.client.adapter.apache.modules.PostStatusApiClientModule (implements io.github.evisentin.wordpress.client.domain.api.PostStatusAPIs)
- io.github.evisentin.wordpress.client.adapter.apache.modules.PostTypeApiClientModule (implements io.github.evisentin.wordpress.client.domain.api.PostTypeAPIs)
- io.github.evisentin.wordpress.client.domain.configuration.SslConfiguration
- io.github.evisentin.wordpress.client.adapter.apache.modules.TagApiClientModule (implements io.github.evisentin.wordpress.client.domain.api.TagAPIs)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- io.github.evisentin.wordpress.client.domain.exception.ApiUrlNotFoundException
- io.github.evisentin.wordpress.client.domain.auth.WpAuthException
- io.github.evisentin.wordpress.client.domain.exception.WpBadRequestException
- io.github.evisentin.wordpress.client.domain.exception.WpForbiddenException
- io.github.evisentin.wordpress.client.domain.exception.WpNotFoundException
- io.github.evisentin.wordpress.client.domain.exception.WpUnauthorizedException
- java.lang.RuntimeException
- java.lang.Exception
- io.github.evisentin.wordpress.client.domain.configuration.TimeoutConfiguration
- io.github.evisentin.wordpress.client.domain.auth.jwt.TokenUtils
- io.github.evisentin.wordpress.client.domain.WpBaseRestClient (implements io.github.evisentin.wordpress.client.domain.WpRestClient)
- io.github.evisentin.wordpress.client.adapter.apache.ApacheWpRestClient
- io.github.evisentin.wordpress.client.domain.model.WpCategory
- io.github.evisentin.wordpress.client.domain.model.requests.WpCategoryCreateUpdateRequest
- io.github.evisentin.wordpress.client.domain.model.query.WpCategoryQuery
- io.github.evisentin.wordpress.client.domain.model.WpComment
- io.github.evisentin.wordpress.client.domain.model.requests.WpCommentCreateUpdateRequest
- io.github.evisentin.wordpress.client.domain.model.responses.WpCommentDeletionResponse
- io.github.evisentin.wordpress.client.domain.model.query.WpCommentQuery
- io.github.evisentin.wordpress.client.domain.model.WpError
- io.github.evisentin.wordpress.client.adapter.apache.interceptors.WpErrorInterceptor (implements org.apache.hc.core5.http.HttpResponseInterceptor)
- io.github.evisentin.wordpress.client.domain.model.responses.WpMediaDeletionResponse
- io.github.evisentin.wordpress.client.domain.model.query.WpMediaQuery
- io.github.evisentin.wordpress.client.domain.model.requests.WpMediaUpdateRequest
- io.github.evisentin.wordpress.client.domain.model.WpPagedResponse<T>
- io.github.evisentin.wordpress.client.domain.model.query.WpPagingQuery
- io.github.evisentin.wordpress.client.domain.model.requests.WpPostCreateUpdateRequest
- io.github.evisentin.wordpress.client.domain.model.responses.WpPostDeletionResponse
- io.github.evisentin.wordpress.client.domain.model.responses.WpPostDeletionResponse.Summary
- io.github.evisentin.wordpress.client.domain.model.query.WpPostQuery
- io.github.evisentin.wordpress.client.domain.model.WpPostType
- io.github.evisentin.wordpress.client.domain.model.parameters.WpQueryParameters
- io.github.evisentin.wordpress.client.domain.model.WpRenderedField
- io.github.evisentin.wordpress.client.domain.model.WpResource
- io.github.evisentin.wordpress.client.domain.model.WpStatus
- io.github.evisentin.wordpress.client.domain.model.WpTag
- io.github.evisentin.wordpress.client.domain.model.requests.WpTagCreateUpdateRequest
- io.github.evisentin.wordpress.client.domain.model.query.WpTagQuery
- io.github.evisentin.wordpress.client.domain.model.responses.WpTermDeletionResponse
- io.github.evisentin.wordpress.client.domain.model.responses.WpCategoryDeletionResponse
- io.github.evisentin.wordpress.client.domain.model.responses.WpTagDeletionResponse
- io.github.evisentin.wordpress.client.domain.model.responses.WpTermDeletionResponse.Summary
- io.github.evisentin.wordpress.client.adapter.apache.query.mappers.AbstractQueryParamMapper
Interface Hierarchy
- io.github.evisentin.wordpress.client.adapter.apache.auth.ApacheAuthenticationStrategyHandler<T>
- io.github.evisentin.wordpress.client.domain.auth.header.AuthenticationHeaderProvider<T>
- io.github.evisentin.wordpress.client.domain.api.CategoryAPIs
- io.github.evisentin.wordpress.client.domain.api.CommentAPIs
- io.github.evisentin.wordpress.client.domain.auth.jwt.JwtTokenClient
- io.github.evisentin.wordpress.client.domain.api.MediaAPIs
- io.github.evisentin.wordpress.client.domain.api.PostAPIs
- io.github.evisentin.wordpress.client.domain.api.PostStatusAPIs
- io.github.evisentin.wordpress.client.domain.api.PostTypeAPIs
- io.github.evisentin.wordpress.client.domain.api.TagAPIs
- io.github.evisentin.wordpress.client.adapter.apache.TypeReferences
- io.github.evisentin.wordpress.client.domain.auth.WpAuthenticationStrategy
- io.github.evisentin.wordpress.client.domain.model.enums.WpHasValueEnum
- io.github.evisentin.wordpress.client.domain.WpRestClient
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- io.github.evisentin.wordpress.client.domain.model.enums.order.WpCategoryOrderFields (implements io.github.evisentin.wordpress.client.domain.model.enums.WpHasValueEnum)
- io.github.evisentin.wordpress.client.domain.model.enums.order.WpCommentOrderFields (implements io.github.evisentin.wordpress.client.domain.model.enums.WpHasValueEnum)
- io.github.evisentin.wordpress.client.domain.model.enums.WpCommentStatus (implements io.github.evisentin.wordpress.client.domain.model.enums.WpHasValueEnum)
- io.github.evisentin.wordpress.client.domain.model.enums.WpContext (implements io.github.evisentin.wordpress.client.domain.model.enums.WpHasValueEnum)
- io.github.evisentin.wordpress.client.domain.model.enums.WpMediaOrderFields (implements io.github.evisentin.wordpress.client.domain.model.enums.WpHasValueEnum)
- io.github.evisentin.wordpress.client.domain.model.enums.WpMediaStatus (implements io.github.evisentin.wordpress.client.domain.model.enums.WpHasValueEnum)
- io.github.evisentin.wordpress.client.domain.model.enums.WpMediaType (implements io.github.evisentin.wordpress.client.domain.model.enums.WpHasValueEnum)
- io.github.evisentin.wordpress.client.domain.model.enums.WpOpenClosed (implements io.github.evisentin.wordpress.client.domain.model.enums.WpHasValueEnum)
- io.github.evisentin.wordpress.client.domain.model.enums.WpPostFormat (implements io.github.evisentin.wordpress.client.domain.model.enums.WpHasValueEnum)
- io.github.evisentin.wordpress.client.domain.model.enums.order.WpPostOrderFields (implements io.github.evisentin.wordpress.client.domain.model.enums.WpHasValueEnum)
- io.github.evisentin.wordpress.client.domain.model.enums.WpPostStatus (implements io.github.evisentin.wordpress.client.domain.model.enums.WpHasValueEnum)
- io.github.evisentin.wordpress.client.domain.model.enums.WpSortDirection (implements io.github.evisentin.wordpress.client.domain.model.enums.WpHasValueEnum)
- io.github.evisentin.wordpress.client.domain.model.enums.order.WpTagOrderFields (implements io.github.evisentin.wordpress.client.domain.model.enums.WpHasValueEnum)
- io.github.evisentin.wordpress.client.domain.model.enums.WpTaxonomy (implements io.github.evisentin.wordpress.client.domain.model.enums.WpHasValueEnum)
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- io.github.evisentin.wordpress.client.domain.auth.WpBasicAuthenticationStrategy (implements io.github.evisentin.wordpress.client.domain.auth.WpAuthenticationStrategy)
- io.github.evisentin.wordpress.client.domain.auth.WpJwtAuthenticationStrategy (implements io.github.evisentin.wordpress.client.domain.auth.WpAuthenticationStrategy)
- java.lang.Record