public abstract class AbstractSampleStreamFactory<T> extends Object implements ObjectStreamFactory<T>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSampleStreamFactory(Class<P> params) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLang() |
<P> Class<P> |
getParameters()
Returns interface with parameters description.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateprotected Class params
protected AbstractSampleStreamFactory(Class<P> params)
public String getLang()
public <P> Class<P> getParameters()
ObjectStreamFactorygetParameters in interface ObjectStreamFactory<T>Copyright © 2019 The Apache Software Foundation. All rights reserved.