@Deprecated
public static class JacksonSupport.IdentityObjectMapper
@JvmOverloads
public IdentityObjectMapper(@NotNull
IdentityService identityService,
@NotNull
com.fasterxml.jackson.core.JsonFactory factory,
boolean fuzzyIdentityMatch,
boolean isFullParties)
@JvmOverloads
public IdentityObjectMapper(@NotNull
IdentityService identityService,
@NotNull
com.fasterxml.jackson.core.JsonFactory factory,
boolean fuzzyIdentityMatch)
@Nullable public Party wellKnownPartyFromX500Name(@NotNull CordaX500Name name)
@Nullable public Party partyFromKey(@NotNull java.security.PublicKey owningKey)
@NotNull
public java.util.Set<net.corda.core.identity.Party> partiesFromName(@NotNull
java.lang.String query)
@Nullable public NodeInfo nodeInfoFromParty(@NotNull AbstractParty party)
@NotNull public IdentityService getIdentityService()
public boolean getFuzzyIdentityMatch()
public boolean isFullParties()