B C D E F G H I J L M O P Q R S V X
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- bufferSize(int) - Method in class ch.raffael.meldioc.library.codec.GsonObjectCodecFeature.Configuration
C
- canDecode(ContentType) - Method in class ch.raffael.meldioc.library.codec.GsonObjectCodec.Factory
- canDecode(ContentType) - Method in interface ch.raffael.meldioc.library.codec.ObjectCodecFactory
- canDecodeAs(Class<?>) - Method in class ch.raffael.meldioc.library.codec.GsonObjectCodec.Factory
- canDecodeAs(Class<?>) - Method in interface ch.raffael.meldioc.library.codec.ObjectCodecFactory
- canEncode(Class<?>) - Method in class ch.raffael.meldioc.library.codec.GsonObjectCodec.Factory
- canEncode(Class<?>) - Method in interface ch.raffael.meldioc.library.codec.ObjectCodecFactory
- canEncodeAs(ContentType) - Method in class ch.raffael.meldioc.library.codec.GsonObjectCodec.Factory
- canEncodeAs(ContentType) - Method in interface ch.raffael.meldioc.library.codec.ObjectCodecFactory
- ch.raffael.meldioc.library.codec - package ch.raffael.meldioc.library.codec
- CHARSET_ATTR - Static variable in class ch.raffael.meldioc.library.codec.ContentTypes
- codec(Option<ContentType>, Class<T>) - Method in class ch.raffael.meldioc.library.codec.GsonObjectCodec.Factory
- Configuration() - Constructor for class ch.raffael.meldioc.library.codec.GsonObjectCodecFeature.Configuration
- configure(Consumer<? super GsonBuilder>) - Method in class ch.raffael.meldioc.library.codec.GsonObjectCodecFeature.Configuration
- CONTENT_TYPE - Static variable in class ch.raffael.meldioc.library.codec.GsonObjectCodec
- ContentTypes - Class in ch.raffael.meldioc.library.codec
-
Utilities for dealing with content types.
D
- decode(byte[]) - Method in class ch.raffael.meldioc.library.codec.GsonObjectCodec
- decode(byte[]) - Method in interface ch.raffael.meldioc.library.codec.ObjectDecoder
- decode(InputStream) - Method in class ch.raffael.meldioc.library.codec.GsonObjectCodec
- decode(InputStream) - Method in interface ch.raffael.meldioc.library.codec.ObjectDecoder
- decoder(ContentType, Class<T>) - Method in interface ch.raffael.meldioc.library.codec.ObjectCodecFactory
- decoder(Option<ContentType>, Class<T>) - Method in class ch.raffael.meldioc.library.codec.GsonObjectCodec.Factory
- decoder(Option<ContentType>, Class<T>) - Method in interface ch.raffael.meldioc.library.codec.ObjectCodecFactory
- decoder(Class<T>) - Method in interface ch.raffael.meldioc.library.codec.ObjectCodecFactory
- Default() - Constructor for class ch.raffael.meldioc.library.codec.GsonObjectCodecFeature.Default
- DEFAULT_CHARSET - Static variable in class ch.raffael.meldioc.library.codec.GsonObjectCodec
- defaultCharset(Charset) - Method in class ch.raffael.meldioc.library.codec.GsonObjectCodecFeature.Configuration
- defaultGson() - Method in class ch.raffael.meldioc.library.codec.GsonObjectCodecFeature.Default
- defaultGson() - Method in interface ch.raffael.meldioc.library.codec.GsonObjectCodecFeature
- detectUnicodeCharset(byte[]) - Static method in class ch.raffael.meldioc.library.codec.ContentTypes
- detectUnicodeCharset(int, int) - Static method in class ch.raffael.meldioc.library.codec.ContentTypes
E
- encode(T) - Method in class ch.raffael.meldioc.library.codec.GsonObjectCodec
- encode(T) - Method in interface ch.raffael.meldioc.library.codec.ObjectEncoder
- encode(T, OutputStream) - Method in class ch.raffael.meldioc.library.codec.GsonObjectCodec
- encode(T, OutputStream) - Method in interface ch.raffael.meldioc.library.codec.ObjectEncoder
- encoder(Class<T>) - Method in interface ch.raffael.meldioc.library.codec.ObjectCodecFactory
- encoder(Class<T>, ContentType) - Method in interface ch.raffael.meldioc.library.codec.ObjectCodecFactory
- encoder(Class<T>, Option<ContentType>) - Method in class ch.raffael.meldioc.library.codec.GsonObjectCodec.Factory
- encoder(Class<T>, Option<ContentType>) - Method in interface ch.raffael.meldioc.library.codec.ObjectCodecFactory
F
- Factory(Gson, int, Option<Charset>) - Constructor for class ch.raffael.meldioc.library.codec.GsonObjectCodec.Factory
G
- GsonObjectCodec<T> - Class in ch.raffael.meldioc.library.codec
- GsonObjectCodec(Gson, Class<T>) - Constructor for class ch.raffael.meldioc.library.codec.GsonObjectCodec
- GsonObjectCodec(Gson, Class<T>, int) - Constructor for class ch.raffael.meldioc.library.codec.GsonObjectCodec
- GsonObjectCodec(Gson, Class<T>, int, Option<Charset>) - Constructor for class ch.raffael.meldioc.library.codec.GsonObjectCodec
- GsonObjectCodec(Gson, Class<T>, int, Charset) - Constructor for class ch.raffael.meldioc.library.codec.GsonObjectCodec
- GsonObjectCodec(Gson, Class<T>, Charset) - Constructor for class ch.raffael.meldioc.library.codec.GsonObjectCodec
- GsonObjectCodec.Factory - Class in ch.raffael.meldioc.library.codec
- GsonObjectCodecFeature - Interface in ch.raffael.meldioc.library.codec
- GsonObjectCodecFeature.Configuration - Class in ch.raffael.meldioc.library.codec
- GsonObjectCodecFeature.Configuration.Standard - Enum in ch.raffael.meldioc.library.codec
- GsonObjectCodecFeature.Default - Class in ch.raffael.meldioc.library.codec
- gsonObjectCodecFeatureConfiguration() - Method in class ch.raffael.meldioc.library.codec.GsonObjectCodecFeature.Default
H
- HTML - Static variable in class ch.raffael.meldioc.library.codec.ContentTypes
I
- IMPLIED_UNICODE_CHARSETS - Static variable in class ch.raffael.meldioc.library.codec.ContentTypes
- isImpliedUnicodeCharset(Charset) - Static method in class ch.raffael.meldioc.library.codec.ContentTypes
- isInvalidInput(Throwable) - Method in class ch.raffael.meldioc.library.codec.GsonObjectCodec.Factory
- isInvalidInput(Throwable) - Method in interface ch.raffael.meldioc.library.codec.ObjectCodecFactory
- isJson(ContentType) - Static method in class ch.raffael.meldioc.library.codec.ContentTypes
- isUnicodeType(ContentType) - Static method in class ch.raffael.meldioc.library.codec.ContentTypes
- isXml(ContentType) - Static method in class ch.raffael.meldioc.library.codec.ContentTypes
J
- JAVA_TIME - ch.raffael.meldioc.library.codec.GsonObjectCodecFeature.Configuration.Standard
- JSON - Static variable in class ch.raffael.meldioc.library.codec.ContentTypes
L
- loadServiceLoaderTypeAdapters(GsonBuilder) - Static method in class ch.raffael.meldioc.library.codec.GsonObjectCodec
- loadServiceLoaderTypeAdapters(Class<?>, GsonBuilder) - Static method in class ch.raffael.meldioc.library.codec.GsonObjectCodec
- loadServiceLoaderTypeAdapters(ClassLoader, GsonBuilder) - Static method in class ch.raffael.meldioc.library.codec.GsonObjectCodec
M
- MIN_BUFFER_SIZE - Static variable in class ch.raffael.meldioc.library.codec.GsonObjectCodec
O
- ObjectCodec<T> - Interface in ch.raffael.meldioc.library.codec
- objectCodecFactory() - Method in class ch.raffael.meldioc.library.codec.GsonObjectCodecFeature.Default
- objectCodecFactory() - Method in interface ch.raffael.meldioc.library.codec.ObjectCodecFeature
- ObjectCodecFactory - Interface in ch.raffael.meldioc.library.codec
- ObjectCodecFeature - Interface in ch.raffael.meldioc.library.codec
- ObjectDecoder<T> - Interface in ch.raffael.meldioc.library.codec
-
Read the HTTP request body data to a Java object.
- ObjectEncoder<T> - Interface in ch.raffael.meldioc.library.codec
-
Write a Java object as HTTP response body.
P
- parseContentType(String) - Static method in class ch.raffael.meldioc.library.codec.ContentTypes
-
Parses a content type as of RFC 2045.
- parseContentTypeList(String) - Static method in class ch.raffael.meldioc.library.codec.ContentTypes
-
Parses a list of content types separated with ',' (HTTP Accept header) disregarding 'q=';
- parseContentTypeListQ(String) - Static method in class ch.raffael.meldioc.library.codec.ContentTypes
-
Parses a list of content types separated with ',' (HTTP Accept header) and sorts the result by 'q='.
- PLAIN_TEXT - Static variable in class ch.raffael.meldioc.library.codec.ContentTypes
- probeJavaTime(GsonBuilder) - Static method in class ch.raffael.meldioc.library.codec.GsonObjectCodec
-
Deprecated, for removal: This API element is subject to removal in a future version.
- probeRegisterVavr(GsonBuilder) - Static method in class ch.raffael.meldioc.library.codec.GsonObjectCodec
-
Deprecated, for removal: This API element is subject to removal in a future version.
Q
- Q_ATTR - Static variable in class ch.raffael.meldioc.library.codec.ContentTypes
R
- registerVavr(GsonBuilder) - Static method in class ch.raffael.meldioc.library.codec.GsonObjectCodec
-
Deprecated, for removal: This API element is subject to removal in a future version.
- removeStandardConfigurators(GsonObjectCodecFeature.Configuration.Standard...) - Method in class ch.raffael.meldioc.library.codec.GsonObjectCodecFeature.Configuration
S
- SERVICE_LOADER - ch.raffael.meldioc.library.codec.GsonObjectCodecFeature.Configuration.Standard
- SOME_CONTENT_TYPE - Static variable in class ch.raffael.meldioc.library.codec.GsonObjectCodec
- standardGsonBuilder() - Static method in class ch.raffael.meldioc.library.codec.GsonObjectCodec
-
Deprecated, for removal: This API element is subject to removal in a future version.
V
- valueOf(String) - Static method in enum ch.raffael.meldioc.library.codec.GsonObjectCodecFeature.Configuration.Standard
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ch.raffael.meldioc.library.codec.GsonObjectCodecFeature.Configuration.Standard
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VAVR - ch.raffael.meldioc.library.codec.GsonObjectCodecFeature.Configuration.Standard
X
- XHTML - Static variable in class ch.raffael.meldioc.library.codec.ContentTypes
- XML - Static variable in class ch.raffael.meldioc.library.codec.ContentTypes
All Classes All Packages