| Interface | Description |
|---|---|
| ToSoyDataConverter |
Created with IntelliJ IDEA.
|
| Class | Description |
|---|---|
| EmptyToSoyDataConverter |
Created with IntelliJ IDEA.
|
| NoConvertSoyDataConverter |
Created with IntelliJ IDEA.
|
| ReflectionToSoyDataConverter |
An implementation of ToSoyDataConverter that will recursively inspect
a passed in model and build a nested structure of SoyMapData objects,
which consist only of primitives supported by Soy and thus can be
rendered.
|