JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
F
G
H
P
Q
S
V
W
C
com.github.trickl.jackson.module.httpquery
- package com.github.trickl.jackson.module.httpquery
com.github.trickl.jackson.module.httpquery.annotations
- package com.github.trickl.jackson.module.httpquery.annotations
com.github.trickl.jackson.module.httpquery.deser
- package com.github.trickl.jackson.module.httpquery.deser
com.github.trickl.jackson.module.httpquery.ser
- package com.github.trickl.jackson.module.httpquery.ser
D
deserialize(JsonParser, DeserializationContext)
- Method in class com.github.trickl.jackson.module.httpquery.deser.
HttpQueryDeserializer
deserializeNameValue(List<String>, SettableBeanProperty, JsonParser, DeserializationContext, Object)
- Method in class com.github.trickl.jackson.module.httpquery.deser.
HttpQueryDeserializer
Set an object value using the supplied query param.
F
findDeserializer(Annotated)
- Method in class com.github.trickl.jackson.module.httpquery.
HttpQueryAnnotationIntrospector
findSerializer(Annotated)
- Method in class com.github.trickl.jackson.module.httpquery.
HttpQueryAnnotationIntrospector
G
getModuleName()
- Method in class com.github.trickl.jackson.module.httpquery.
HttpQueryModule
H
HttpQuery
- Annotation Type in
com.github.trickl.jackson.module.httpquery.annotations
HttpQueryAnnotationIntrospector
- Class in
com.github.trickl.jackson.module.httpquery
HttpQueryAnnotationIntrospector()
- Constructor for class com.github.trickl.jackson.module.httpquery.
HttpQueryAnnotationIntrospector
HttpQueryCollectionSerializer
- Class in
com.github.trickl.jackson.module.httpquery.ser
HttpQueryCollectionSerializer(BeanPropertyWriter, boolean, boolean)
- Constructor for class com.github.trickl.jackson.module.httpquery.ser.
HttpQueryCollectionSerializer
Create a serializer for converting an object to an Http query string.
HttpQueryDelimited
- Annotation Type in
com.github.trickl.jackson.module.httpquery.annotations
HttpQueryDelimitedSerializer
- Class in
com.github.trickl.jackson.module.httpquery.ser
HttpQueryDelimitedSerializer(JavaType, String, boolean, boolean)
- Constructor for class com.github.trickl.jackson.module.httpquery.ser.
HttpQueryDelimitedSerializer
Create a serializer for writing a list as a delimited query parameter.
HttpQueryDeserializer
- Class in
com.github.trickl.jackson.module.httpquery.deser
HttpQueryDeserializer(JavaType, boolean, boolean, boolean)
- Constructor for class com.github.trickl.jackson.module.httpquery.deser.
HttpQueryDeserializer
Create a deserializer for converting a Http query string to a typed object.
HttpQueryModule
- Class in
com.github.trickl.jackson.module.httpquery
HttpQueryModule()
- Constructor for class com.github.trickl.jackson.module.httpquery.
HttpQueryModule
HttpQueryNoValue
- Annotation Type in
com.github.trickl.jackson.module.httpquery.annotations
HttpQuerySerializer
- Class in
com.github.trickl.jackson.module.httpquery.ser
HttpQuerySerializer(JavaType, boolean, boolean, boolean)
- Constructor for class com.github.trickl.jackson.module.httpquery.ser.
HttpQuerySerializer
Create a serializer for converting an object to an Http query string.
P
PackageVersion
- Class in
com.github.trickl.jackson.module.httpquery
Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.
PackageVersion()
- Constructor for class com.github.trickl.jackson.module.httpquery.
PackageVersion
Q
QuotelessStringGenerator
- Class in
com.github.trickl.jackson.module.httpquery.ser
QuotelessStringGenerator(JsonGenerator)
- Constructor for class com.github.trickl.jackson.module.httpquery.ser.
QuotelessStringGenerator
S
serialize(Collection<?>, JsonGenerator, SerializerProvider)
- Method in class com.github.trickl.jackson.module.httpquery.ser.
HttpQueryCollectionSerializer
serialize(Collection<?>, JsonGenerator, SerializerProvider)
- Method in class com.github.trickl.jackson.module.httpquery.ser.
HttpQueryDelimitedSerializer
serialize(Object, JsonGenerator, SerializerProvider)
- Method in class com.github.trickl.jackson.module.httpquery.ser.
HttpQuerySerializer
serializeAsNameValue(Object, BeanPropertyWriter, JsonGenerator, SerializerProvider)
- Method in class com.github.trickl.jackson.module.httpquery.ser.
HttpQueryCollectionSerializer
Write a property out as "name=value".
setupModule(Module.SetupContext)
- Method in class com.github.trickl.jackson.module.httpquery.
HttpQueryModule
V
version()
- Method in class com.github.trickl.jackson.module.httpquery.
HttpQueryAnnotationIntrospector
version()
- Method in class com.github.trickl.jackson.module.httpquery.
HttpQueryModule
VERSION
- Static variable in class com.github.trickl.jackson.module.httpquery.
PackageVersion
version()
- Method in class com.github.trickl.jackson.module.httpquery.
PackageVersion
W
writeNameValue(Writer, Object, BeanPropertyWriter, SerializerProvider)
- Method in class com.github.trickl.jackson.module.httpquery.ser.
HttpQuerySerializer
Write a property out as "name=value".
writeNameValueAsString(Object, BeanPropertyWriter, SerializerProvider)
- Method in class com.github.trickl.jackson.module.httpquery.ser.
HttpQuerySerializer
Write a property out as "name=value".
writeString(String)
- Method in class com.github.trickl.jackson.module.httpquery.ser.
QuotelessStringGenerator
writeString(SerializableString)
- Method in class com.github.trickl.jackson.module.httpquery.ser.
QuotelessStringGenerator
writeString(char[], int, int)
- Method in class com.github.trickl.jackson.module.httpquery.ser.
QuotelessStringGenerator
C
D
F
G
H
P
Q
S
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2020. All rights reserved.