Class OAuth2TokenContext.AbstractBuilder<T extends OAuth2TokenContext,B extends OAuth2TokenContext.AbstractBuilder<T,B>>

java.lang.Object
org.springframework.security.oauth2.server.authorization.token.OAuth2TokenContext.AbstractBuilder<T,B>
Type Parameters:
T - the type of the context
B - the type of the builder
Direct Known Subclasses:
DefaultOAuth2TokenContext.Builder, JwtEncodingContext.Builder, OAuth2TokenClaimsContext.Builder
Enclosing interface:
OAuth2TokenContext

public abstract static class OAuth2TokenContext.AbstractBuilder<T extends OAuth2TokenContext,B extends OAuth2TokenContext.AbstractBuilder<T,B>> extends Object
Base builder for implementations of OAuth2TokenContext.