com.r3corda.node.servlets / Config

Config

class Config

Primary purpose is to install Kotlin extensions for Jackson ObjectMapper so data classes work and to organise serializers / deserializers for java.time.* classes as necessary.



Constructors

<init> Config(services: ServiceHub)

Primary purpose is to install Kotlin extensions for Jackson ObjectMapper so data classes work and to organise serializers / deserializers for java.time.* classes as necessary.

Properties

defaultObjectMapper val defaultObjectMapper: <ERROR CLASS>
services val services: ServiceHub

Functions

getContext fun getContext(type: Class<*>): <ERROR CLASS>