public interface GenericRecord
Modifier and Type | Method and Description |
---|---|
default java.util.List<? extends GenericRecord> |
getGenericChildren() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
default java.lang.Enum<?> |
getGenericRecordType() |
default java.lang.Enum<?> getGenericRecordType()
java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
default java.util.List<? extends GenericRecord> getGenericChildren()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.