public abstract class BaseOutputConverter<I extends com.box.sdk.BoxResource.Info,O extends Resource> extends Object implements com.google.common.base.Function<I,O>
Constructor and Description |
---|
BaseOutputConverter() |
Modifier and Type | Method and Description |
---|---|
O |
apply(I input) |
protected abstract O |
createOutputItem() |
Copyright © 2010–2019. All rights reserved.