public static class JacksonSupport.IdentityObjectMapper implements JacksonSupport.PartyObjectMapper
Constructor and Description |
---|
IdentityObjectMapper(IdentityService identityService,
com.fasterxml.jackson.core.JsonFactory factory,
boolean fuzzyIdentityMatch) |
Modifier and Type | Method and Description |
---|---|
boolean |
getFuzzyIdentityMatch() |
IdentityService |
getIdentityService() |
java.util.Set<net.corda.core.identity.Party> |
partiesFromName(java.lang.String query) |
Party |
partyFromKey(java.security.PublicKey owningKey) |
Party |
wellKnownPartyFromX500Name(CordaX500Name name) |
partiesFromName, partyFromKey, wellKnownPartyFromX500Name
public IdentityObjectMapper(IdentityService identityService, com.fasterxml.jackson.core.JsonFactory factory, boolean fuzzyIdentityMatch)
public Party wellKnownPartyFromX500Name(CordaX500Name name)
public Party partyFromKey(java.security.PublicKey owningKey)
public java.util.Set<net.corda.core.identity.Party> partiesFromName(java.lang.String query)
public IdentityService getIdentityService()
public boolean getFuzzyIdentityMatch()