public class SignerConfigJsonHelper extends Object implements Builder<SignerConfig>
SignerConfig
after this class per se has been
unmarshalled from JSON. This class allows us to make use of Jackson without the need to write any
special parser or json marshaller/unmarshaller.Constructor and Description |
---|
SignerConfigJsonHelper() |
SignerConfigJsonHelper(String signerType) |
Modifier and Type | Method and Description |
---|---|
SignerConfig |
build() |
String |
getSignerType() |
void |
setSignerType(String signerType) |
public SignerConfigJsonHelper()
public SignerConfigJsonHelper(String signerType)
public String getSignerType()
public void setSignerType(String signerType)
public SignerConfig build()
build
in interface Builder<SignerConfig>
Copyright © 2024. All rights reserved.