Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

J

JsonDescriptor - Class in com.kosdev.kos.commons.util.json
Encapsulation of a descriptor file used by various resources such as KAB files and assemblies.
JsonDescriptor(JsonNode) - Constructor for class com.kosdev.kos.commons.util.json.JsonDescriptor
Create a new descriptor with the root node.
JsonDescriptor(File) - Constructor for class com.kosdev.kos.commons.util.json.JsonDescriptor
Create a new descriptor from a file.
JsonDescriptor(InputStream) - Constructor for class com.kosdev.kos.commons.util.json.JsonDescriptor
Create a new descriptor from an input stream.
JsonDescriptorAware - Interface in com.kosdev.kos.commons.util.json
Interface for objects that can return a JsonDescriptor.
JsonLoaderTroubleAttributeFactory - Class in com.kosdev.kos.commons.core.service.trouble
Implementation of TroubleAttributeFactory that can load attribute objects of the specified type from an input stream containing json serialized data stored in a map where the map keys are the trouble types and the values are the attribute data.
JsonLoaderTroubleAttributeFactory(String, Class<?>, Class<?>) - Constructor for class com.kosdev.kos.commons.core.service.trouble.JsonLoaderTroubleAttributeFactory
Create a new factory that can deserialize the specified attribute type from a json map input where the keys are the trouble types and the values are instances of the specified attribute type.
JsonResp<T> - Class in com.kosdev.commons.httpclient
Data class that encapsulates information related to the return values associated with JsonTemplate calls.
JsonResp() - Constructor for class com.kosdev.commons.httpclient.JsonResp
 
JsonTemplate - Class in com.kosdev.commons.httpclient
System component that provides an easy way to issue HTTP/REST calls, such at GET, POST, PUT, and DELETE.
jsonView() - Element in annotation interface com.kosdev.kos.commons.core.dispatcher.annotations.RequestBody
Optional JSON view to apply to the body.
JsonViewWrapper - Class in com.kosdev.kos.commons.util.json
An object wrapper that applies a custom view to the object being wrapped.
JsonViewWrapper() - Constructor for class com.kosdev.kos.commons.util.json.JsonViewWrapper
Create an empty wrapper object that contains no data or json view.
JsonViewWrapper(Object, Class<?>) - Constructor for class com.kosdev.kos.commons.util.json.JsonViewWrapper
Create a wrapper object that hold the specified data and will serialize the data to json using the specified view class.
JsonViewWrapperSerializer - Class in com.kosdev.kos.commons.util.json
Custom serializer for JsonViewWrapper.
JsonViewWrapperSerializer() - Constructor for class com.kosdev.kos.commons.util.json.JsonViewWrapperSerializer
 
JsonViewWrapperSerializer(Class<JsonViewWrapper>) - Constructor for class com.kosdev.kos.commons.util.json.JsonViewWrapperSerializer
 
JsonWriterCache - Class in com.kosdev.kos.commons.util.json
Cache for JSON writers used to serialize data.
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form