Uses of Interface
dev.hardwood.schema.SchemaNode
Packages that use SchemaNode
-
Uses of SchemaNode in dev.hardwood.schema
Classes in dev.hardwood.schema that implement SchemaNodeModifier and TypeClassDescriptionstatic final recordGroup node representing a struct, list, or map.static final recordPrimitive leaf node representing an actual data column.Methods in dev.hardwood.schema that return SchemaNodeModifier and TypeMethodDescriptionFinds a top-level field by name in the schema tree.SchemaNode.GroupNode.getListElement()For LIST groups, returns the element node (skipping intermediate 'list' group).Methods in dev.hardwood.schema that return types with arguments of type SchemaNodeModifier and TypeMethodDescriptionSchemaNode.GroupNode.children()Returns the value of thechildrenrecord component.Constructor parameters in dev.hardwood.schema with type arguments of type SchemaNodeModifierConstructorDescriptionGroupNode(String name, RepetitionType repetitionType, ConvertedType convertedType, List<SchemaNode> children, int maxDefinitionLevel, int maxRepetitionLevel) Creates an instance of aGroupNoderecord class.