Class OmniwalletClientModule
java.lang.Object
com.fasterxml.jackson.databind.Module
com.fasterxml.jackson.databind.module.SimpleModule
foundation.omni.netapi.omniwallet.json.OmniwalletClientModule
- All Implemented Interfaces:
Versioned
,Serializable
A module of Jackson converters for OmniwalletClient that provides all converters necessary for an Omniwallet Client.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.Module
Module.SetupContext
-
Field Summary
Fields inherited from class com.fasterxml.jackson.databind.module.SimpleModule
_abstractTypes, _deserializerModifier, _deserializers, _hasExplicitName, _keyDeserializers, _keySerializers, _mixins, _name, _namingStrategy, _serializerModifier, _serializers, _subtypes, _valueInstantiators, _version
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a Jackson converter module with all converters necessary for an Omniwallet Client.OmniwalletClientModule
(org.bitcoinj.base.Network network) Construct a Jackson converter module with all converters necessary for an Omniwallet Client that enforces valid address formats for the specifiedNetwork
. -
Method Summary
Methods inherited from class com.fasterxml.jackson.databind.module.SimpleModule
_checkNotNull, addAbstractTypeMapping, addDeserializer, addKeyDeserializer, addKeySerializer, addSerializer, addSerializer, addValueInstantiator, getModuleName, getTypeId, registerSubtypes, registerSubtypes, registerSubtypes, setAbstractTypes, setDeserializerModifier, setDeserializers, setKeyDeserializers, setKeySerializers, setMixInAnnotation, setNamingStrategy, setSerializerModifier, setSerializers, setupModule, setValueInstantiators, version
Methods inherited from class com.fasterxml.jackson.databind.Module
getDependencies
-
Constructor Details
-
OmniwalletClientModule
public OmniwalletClientModule()Construct a Jackson converter module with all converters necessary for an Omniwallet Client. -
OmniwalletClientModule
public OmniwalletClientModule(org.bitcoinj.base.Network network) Construct a Jackson converter module with all converters necessary for an Omniwallet Client that enforces valid address formats for the specifiedNetwork
.- Parameters:
network
- Specifies the network to validate addresses for
-