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.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.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.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.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.domain.configuration.SslConfiguration
- 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.api.WpBaseRestClient (implements io.github.evisentin.wordpress.client.domain.api.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.WpError
- io.github.evisentin.wordpress.client.adapter.apache.interceptors.WpErrorInterceptor (implements org.apache.hc.core5.http.HttpResponseInterceptor)
- io.github.evisentin.wordpress.client.domain.model.WpMedia
- 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.WpPost
- 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.parameters.WpQueryParameters
- io.github.evisentin.wordpress.client.domain.model.WpRenderedField
- 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.CategoryOperations
- io.github.evisentin.wordpress.client.domain.api.WpRestClient (also extends io.github.evisentin.wordpress.client.domain.api.MediaOperations, io.github.evisentin.wordpress.client.domain.api.PostOperations, io.github.evisentin.wordpress.client.domain.api.TagOperations)
- io.github.evisentin.wordpress.client.domain.auth.jwt.JwtTokenClient
- io.github.evisentin.wordpress.client.domain.api.MediaOperations
- io.github.evisentin.wordpress.client.domain.api.WpRestClient (also extends io.github.evisentin.wordpress.client.domain.api.CategoryOperations, io.github.evisentin.wordpress.client.domain.api.PostOperations, io.github.evisentin.wordpress.client.domain.api.TagOperations)
- io.github.evisentin.wordpress.client.domain.api.PostOperations
- io.github.evisentin.wordpress.client.domain.api.WpRestClient (also extends io.github.evisentin.wordpress.client.domain.api.CategoryOperations, io.github.evisentin.wordpress.client.domain.api.MediaOperations, io.github.evisentin.wordpress.client.domain.api.TagOperations)
- io.github.evisentin.wordpress.client.domain.api.TagOperations
- io.github.evisentin.wordpress.client.domain.api.WpRestClient (also extends io.github.evisentin.wordpress.client.domain.api.CategoryOperations, io.github.evisentin.wordpress.client.domain.api.MediaOperations, io.github.evisentin.wordpress.client.domain.api.PostOperations)
- io.github.evisentin.wordpress.client.domain.auth.WpAuthenticationStrategy
- io.github.evisentin.wordpress.client.domain.model.enums.WpHasValueEnum
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.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.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.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