Class HttpClient.Literal
- java.lang.Object
 - 
- javax.enterprise.util.AnnotationLiteral<HttpClient>
 - 
- de.xima.fc.user_portal.api.client.HttpClient.Literal
 
 
 
- 
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 - HttpClient
 
public static class HttpClient.Literal extends javax.enterprise.util.AnnotationLiteral<HttpClient> implements HttpClient
- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class de.xima.fc.user_portal.api.client.HttpClient
HttpClient.Literal 
 - 
 
- 
Constructor Summary
Constructors Constructor Description Literal(EHttpTransportType clientType) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HttpClientof(EHttpTransportType clientType)EHttpTransportTypevalue()- 
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
Literal
public Literal(EHttpTransportType clientType)
 
 - 
 
- 
Method Detail
- 
value
public EHttpTransportType value()
 
- 
of
public static HttpClient of(EHttpTransportType clientType)
 
 - 
 
 -