Package de.espirit.firstspirit.agency
Class ClientUrlAgent.ClientType<T extends ClientUrlAgent.ClientUrlBuilder<?>>
java.lang.Object
de.espirit.common.lang.TypeToken<T>
de.espirit.firstspirit.agency.ClientUrlAgent.ClientType<T>
- Enclosing interface:
- ClientUrlAgent
public abstract static class ClientUrlAgent.ClientType<T extends ClientUrlAgent.ClientUrlBuilder<?>>
extends TypeToken<T>
The type of client.
- Since:
- 5.0.100
-
Nested Class Summary
Nested classes/interfaces inherited from class de.espirit.common.lang.TypeToken
TypeToken.MissingTypeParameterError
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ClientUrlAgent.ClientType<ClientUrlAgent.JavaClientUrlBuilder>
The type of the JavaClient application.static final ClientUrlAgent.ClientType<ClientUrlAgent.WebeditUrlBuilder>
The type of the Webedit application -
Method Summary
Methods inherited from class de.espirit.common.lang.TypeToken
cast, equals, getType, isInstance
-
Field Details
-
JAVACLIENT
The type of the JavaClient application.- Since:
- 5.0.100
-
WEBEDIT
The type of the Webedit application- Since:
- 5.0.100
-