Uses of Interface
com.onlinepayments.json.Marshaller
Packages that use Marshaller
-
Uses of Marshaller in com.onlinepayments
Methods in com.onlinepayments that return MarshallerModifier and TypeMethodDescriptionCommunicator.getMarshaller()DefaultCommunicator.getMarshaller()Methods in com.onlinepayments with parameters of type MarshallerModifier and TypeMethodDescriptionCommunicatorBuilder.withMarshaller(Marshaller marshaller) Sets theMarshallerto use.Constructors in com.onlinepayments with parameters of type MarshallerModifierConstructorDescriptionDefaultCommunicator(URI apiEndpoint, Connection connection, Authenticator authenticator, MetadataProvider metadataProvider, Marshaller marshaller) -
Uses of Marshaller in com.onlinepayments.json
Classes in com.onlinepayments.json that implement Marshaller -
Uses of Marshaller in com.onlinepayments.webhooks
Constructors in com.onlinepayments.webhooks with parameters of type MarshallerModifierConstructorDescriptionWebhooksHelper(Marshaller marshaller, SecretKeyStore secretKeyStore)