-
- All Known Implementing Classes:
JsonFormatProvider,JsonpFormatProvider,StaxFormatProvider,TvmXmlFormatProvider
public interface StructuredFormatProviderFactory to create instances ofStructuredFormat.- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StructuredFormatcreate()StructuredFormatcreate(MarshallingConfig config)StringgetId()
-
-
-
Method Detail
-
getId
String getId()
- Returns:
- the
IDof theStructuredFormattocreate().
-
create
StructuredFormat create()
- Returns:
- a new
StructuredFormatforthisformat using default configuration.
-
create
StructuredFormat create(MarshallingConfig config)
- Parameters:
config- theMarshallingConfigto customize the format.- Returns:
- a new
StructuredFormatforthisformat using the givenconfig.
-
-