public interface BlockConverter<T extends Page>
| Modifier and Type | Method and Description |
|---|---|
T |
createFromBlock(Block block,
BlockType bType)
Create a new T from an uninitialized Block
|
T |
fromBlock(Block block)
Create a T, given an existing Block
|
Block |
toBlock(T t)
Make a block, given a T
|
Licensed under the Apache License, Version 2.0