Package org.apache.iceberg
Interface Accessor<T>
-
- All Superinterfaces:
java.io.Serializable
public interface Accessor<T> extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
get(T container)
Type
type()
-