JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
F
I
J
N
T
A
arrayOf(Type)
- Method in interface io.victoralbertos.jolyglot.
JolyglotGenerics
Returns an array type whose elements are all instances of
componentType
.
F
fromJson(String, Class<T>)
- Method in interface io.victoralbertos.jolyglot.
Jolyglot
This method deserializes the specified Json into an object of the specified class.
fromJson(File, Class<T>)
- Method in interface io.victoralbertos.jolyglot.
Jolyglot
This method deserializes the Json read from the specified reader into an object of the specified class.
fromJson(String, Type)
- Method in interface io.victoralbertos.jolyglot.
JolyglotGenerics
This method deserializes the specified Json into an object of the specified type.
fromJson(File, Type)
- Method in interface io.victoralbertos.jolyglot.
JolyglotGenerics
This method deserializes the Json read from the specified reader into an object of the specified type.
I
io.victoralbertos.jolyglot
- package io.victoralbertos.jolyglot
J
Jolyglot
- Interface in
io.victoralbertos.jolyglot
A layer of abstraction for common data binding operations built upon next popular json libraries: Gson, Jackson and Moshi.
JolyglotGenerics
- Interface in
io.victoralbertos.jolyglot
Jolyglot supports for generic types.
N
newParameterizedType(Type, Type...)
- Method in interface io.victoralbertos.jolyglot.
JolyglotGenerics
Returns a new parameterized type, applying
typeArguments
to
rawType
.
T
toJson(Object)
- Method in interface io.victoralbertos.jolyglot.
Jolyglot
This method serializes the specified object into its equivalent Json representation.
toJson(Object, Type)
- Method in interface io.victoralbertos.jolyglot.
JolyglotGenerics
This method serializes the specified object, including those of generic types, into its equivalent Json representation.
A
F
I
J
N
T
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes