Class DynFields.UnboundField<T>

java.lang.Object
org.apache.iceberg.common.DynFields.UnboundField<T>
Enclosing class:
DynFields

public static class DynFields.UnboundField<T> extends Object
Convenience wrapper class around Field.

Allows callers to invoke the wrapped method with all Exceptions wrapped by RuntimeException, or with a single Exception catch block.