Package org.apache.solr.jersey
Interface JacksonReflectMapWriter
-
- All Superinterfaces:
org.apache.solr.common.MapSerializable
,org.apache.solr.common.MapWriter
,org.apache.solr.common.NavigableObject
- All Known Implementing Classes:
AddReplicaPropertyAPI.AddReplicaPropertyRequestBody
,CoreSnapshotAPI.CreateSnapshotResponse
,CoreSnapshotAPI.DeleteSnapshotResponse
,CoreSnapshotAPI.ListSnapshotsResponse
,CoreSnapshotAPI.SnapshotInformation
,DeleteNodeAPI.DeleteNodeRequestBody
,ErrorInfo
,ErrorInfo.ErrorMetadata
,ExperimentalResponse
,ListAliasesAPI.GetAliasByNameResponse
,ListAliasesAPI.ListAliasesResponse
,ListConfigSetsAPI.ListConfigsetsResponse
,PublicKeyAPI.PublicKeyResponse
,ReplaceNodeAPI.ReplaceNodeRequestBody
,SchemaNameAPI.GetSchemaNameResponse
,SolrJerseyResponse
,SolrJerseyResponse.ResponseHeader
,ZookeeperReadAPI.AnnotatedStat
,ZookeeperReadAPI.ListZkChildrenResponse
,ZookeeperReadAPI.ZooKeeperFileResponse
public interface JacksonReflectMapWriter extends org.apache.solr.common.MapWriter
AMapWriter
implementation that relies on Jackson'sJsonProperty
annotation.Similar to
ReflectMapWriter
, except for its use of the Jackson annotation instead of our own homegrown alternative,JsonProperty
. This is useful for when the objects involved must interact with 3rd party libraries that expect Jackson, such as Jersey/- See Also:
ReflectMapWriter
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
writeMap(org.apache.solr.common.MapWriter.EntryWriter ew)
-
-
-
Method Detail
-
writeMap
default void writeMap(org.apache.solr.common.MapWriter.EntryWriter ew) throws IOException
- Specified by:
writeMap
in interfaceorg.apache.solr.common.MapWriter
- Throws:
IOException
-
-