public abstract class HasSchema<T>
extends java.lang.Object
| Constructor and Description |
|---|
HasSchema() |
| Modifier and Type | Method and Description |
|---|---|
abstract Pipe.Schema<T> |
getPipeSchema()
Gets the pipe schema.
|
abstract Schema<T> |
getSchema()
Gets the schema.
|
public abstract Pipe.Schema<T> getPipeSchema()
Copyright © 2009-2016. All Rights Reserved.