Class LuceneScanSpellCheckParameters.Deserializer
java.lang.Object
com.apple.foundationdb.record.lucene.LuceneScanSpellCheckParameters.Deserializer
- All Implemented Interfaces:
PlanDeserializer<com.apple.foundationdb.record.planprotos.PLuceneScanSpellCheckParameters,
LuceneScanSpellCheckParameters>
- Enclosing class:
- LuceneScanSpellCheckParameters
@AutoService(com.apple.foundationdb.record.PlanDeserializer.class)
public static class LuceneScanSpellCheckParameters.Deserializer
extends Object
implements PlanDeserializer<com.apple.foundationdb.record.planprotos.PLuceneScanSpellCheckParameters,LuceneScanSpellCheckParameters>
Deserializer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromProto
(PlanSerializationContext serializationContext, com.apple.foundationdb.record.planprotos.PLuceneScanSpellCheckParameters luceneScanSpellCheckParametersProto) Class<com.apple.foundationdb.record.planprotos.PLuceneScanSpellCheckParameters>
-
Constructor Details
-
Deserializer
public Deserializer()
-
-
Method Details
-
getProtoMessageClass
@Nonnull public Class<com.apple.foundationdb.record.planprotos.PLuceneScanSpellCheckParameters> getProtoMessageClass()- Specified by:
getProtoMessageClass
in interfacePlanDeserializer<com.apple.foundationdb.record.planprotos.PLuceneScanSpellCheckParameters,
LuceneScanSpellCheckParameters>
-
fromProto
@Nonnull public LuceneScanSpellCheckParameters fromProto(@Nonnull PlanSerializationContext serializationContext, @Nonnull com.apple.foundationdb.record.planprotos.PLuceneScanSpellCheckParameters luceneScanSpellCheckParametersProto) - Specified by:
fromProto
in interfacePlanDeserializer<com.apple.foundationdb.record.planprotos.PLuceneScanSpellCheckParameters,
LuceneScanSpellCheckParameters>
-