Module net.luis.utils
Package net.luis.utils.io.codec.provider
package net.luis.utils.io.codec.provider
-
ClassDescriptionType provider implementation for json elements.
This class is a singleton and should be accessed through theJsonTypeProvider.INSTANCE
constant.TypeProvider<T>A provider for a specific type.
Used to create, get, set, and merge values of a specific type.Type provider implementation for xml elements.
This class is a singleton and should be accessed through theXmlTypeProvider.INSTANCE
constant.