This project has retired. For details please refer to its
Attic page.
ScalaSafeReflectDatumReader (Apache Crunch 0.3.0-incubating API)
org.apache.crunch.scrunch
Class ScalaSafeReflectDatumReader<T>
java.lang.Object
org.apache.avro.generic.GenericDatumReader<T>
org.apache.avro.specific.SpecificDatumReader<T>
org.apache.avro.reflect.ReflectDatumReader<T>
org.apache.crunch.scrunch.ScalaSafeReflectDatumReader<T>
- All Implemented Interfaces:
- org.apache.avro.io.DatumReader<T>
public class ScalaSafeReflectDatumReader<T>
- extends org.apache.avro.reflect.ReflectDatumReader<T>
Nested classes/interfaces inherited from class org.apache.avro.specific.SpecificDatumReader |
org.apache.avro.specific.SpecificDatumReader.SchemaConstructable |
Methods inherited from class org.apache.avro.generic.GenericDatumReader |
getData, read, setExpected, setSchema, skip |
ScalaSafeReflectDatumReader
public ScalaSafeReflectDatumReader(org.apache.avro.Schema schema)
scalaMapCheck
public static Object scalaMapCheck(Object map,
org.apache.avro.Schema schema)
scalaIterableCheck
public static Object scalaIterableCheck(Object array,
org.apache.avro.Schema schema)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.