Package com.atlassian.adf.parser
Interface AdfParser<T>
-
- All Superinterfaces:
AdfMarshaller<T>,AdfUnmarshaller<T>
@PublicApi @PublicSpi public interface AdfParser<T> extends AdfMarshaller<T>, AdfUnmarshaller<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JsonParserjsonParser()Get simplified, direct access to the underlying JSON parser.-
Methods inherited from interface com.atlassian.adf.parser.AdfMarshaller
marshall
-
Methods inherited from interface com.atlassian.adf.parser.AdfUnmarshaller
unmarshall
-
-
-
-
Method Detail
-
jsonParser
JsonParser jsonParser()
Get simplified, direct access to the underlying JSON parser.
-
-