Interface TypeIOConstructor

All Known Implementing Classes:
Anything, Bool, Date, Decimal, Floating, Geom, GeomType, GeomType.Line, GeomType.Point, GeomType.Polygon, Integer, Nothing, SimpleType, Text

public interface TypeIOConstructor

Functional interface for constructing a TypeIO object from a type. It is assumed that you have been given a TypeIO object from a TypeIOConstructor for a specific type - using a different type in the build method will lead to undefined behaviour *

  • Method Summary

    Modifier and Type
    Method
    Description
    build(Type type, TypeIOBuilder builder)