Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object DimenUtils
Link copied to clipboard
object GsonUtils
Link copied to clipboard
class IOUtils
Link copied to clipboard
typealias JsonAdapter = a
Link copied to clipboard
class LazyField<T>(clazz: Class<*>, fieldName: String?) : ReadOnlyProperty<T, Field>

A lazy field delegate designed to improve the performance in field reflection.

Link copied to clipboard
class MapUtils
Link copied to clipboard
class MDUtils
Link copied to clipboard
Utility class to ease Reflection
Link copied to clipboard
Link copied to clipboard
object RxUtils
Link copied to clipboard
data class SemVer(val major: Int, val minor: Int, val patch: Int) : Comparable<SemVer>

Parses a Semantic version in the format of v1.0.0

Link copied to clipboard
typealias SerializedName = b

An annotation that indicates this member should be serialized to JSON with the provided name value as its field name.

Original source

Functions

Link copied to clipboard
inline fun <T> lazyField(fieldName: String? = null): LazyField<Any>

A lazy field delegate designed to improve the performance in field reflection.