Class FhirSearchParameterCoder<T>

  • All Implemented Interfaces:
    java.io.Serializable

    public class FhirSearchParameterCoder<T>
    extends org.apache.beam.sdk.coders.CustomCoder<FhirSearchParameter<T>>
    FhirSearchParameterCoder is the coder for FhirSearchParameter, which takes a coder for type T.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.beam.sdk.coders.Coder

        org.apache.beam.sdk.coders.Coder.Context, org.apache.beam.sdk.coders.Coder.NonDeterministicException
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FhirSearchParameter<T> decode​(java.io.InputStream inStream)  
      void encode​(FhirSearchParameter<T> value, java.io.OutputStream outStream)  
      static <T> FhirSearchParameterCoder<T> of​(org.apache.beam.sdk.coders.Coder<T> originalCoder)  
      • Methods inherited from class org.apache.beam.sdk.coders.CustomCoder

        getCoderArguments, verifyDeterministic
      • Methods inherited from class org.apache.beam.sdk.coders.Coder

        consistentWithEquals, decode, encode, getEncodedElementByteSize, getEncodedTypeDescriptor, isRegisterByteSizeObserverCheap, registerByteSizeObserver, structuralValue, verifyDeterministic, verifyDeterministic
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • encode

        public void encode​(FhirSearchParameter<T> value,
                           java.io.OutputStream outStream)
                    throws java.io.IOException
        Specified by:
        encode in class org.apache.beam.sdk.coders.Coder<FhirSearchParameter<T>>
        Throws:
        java.io.IOException
      • decode

        public FhirSearchParameter<T> decode​(java.io.InputStream inStream)
                                      throws java.io.IOException
        Specified by:
        decode in class org.apache.beam.sdk.coders.Coder<FhirSearchParameter<T>>
        Throws:
        java.io.IOException