Package com.atlassian.adf.parser
Interface AdfUnmarshaller<T>
-
- Type Parameters:
T- the type of the external representation of the ADF document
- All Known Subinterfaces:
AdfParser<T>
@PublicSpi public interface AdfUnmarshaller<T>Something that can restore an ADF document from an external form.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Docunmarshall(T value)
-