Package org.ghotibeaun.json.converters
Interface Converter
- All Known Subinterfaces:
ClassConverter
,JSONConverter
- All Known Implementing Classes:
AbstractClassConverter
,AbstractConverter
,AbstractJSONConverter
public interface Converter
- Author:
- Jim Earley (jim.earley@fdiinc.com) Tagging interface for all converters
-
Method Summary
Modifier and Type Method Description ConverterOptions
getConverterOptions()
Return the ConverterOptions for this converter
-
Method Details
-
getConverterOptions
ConverterOptions getConverterOptions()Return the ConverterOptions for this converter- Returns:
- the ConverterOptions
-