Package com.commercetools.api.json
Class ApiModuleOptions
java.lang.Object
com.commercetools.api.json.ApiModuleOptions
- All Implemented Interfaces:
ModuleOptions
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ApiModuleOptions
of()
withAttributeAsJsonNode
(Boolean attributeAsJsonNode) withAttributeNumberAsDouble
(Boolean attributeNumberAsDouble) withCustomFieldAsJsonNode
(Boolean customFieldAsJsonNode) withCustomFieldNumberAsDouble
(Boolean customFieldNumberAsDouble) withDateAttributeAsString
(Boolean dateAttributeAsString) withDateCustomFieldAsString
(Boolean dateCustomFieldAsString)
-
Field Details
-
DESERIALIZE_DATE_ATTRIBUTE_AS_STRING
- See Also:
-
DESERIALIZE_DATE_FIELD_AS_STRING
- See Also:
-
DESERIALIZE_ATTRIBUTE_AS_JSON_NODE
- See Also:
-
DESERIALIZE_CUSTOM_FIELD_AS_JSON_NODE
- See Also:
-
DESERIALIZE_CUSTOM_FIELD_NUMBER_AS_DOUBLE
- See Also:
-
DESERIALIZE_ATTRIBUTE_NUMBER_AS_DOUBLE
- See Also:
-
-
Method Details
-
of
-
getDateAttributeAsString
-
getDateCustomFieldAsString
-
getAttributeAsJsonNode
-
getCustomFieldAsJsonNode
-
getAttributeNumberAsDouble
-
getCustomFieldNumberAsDouble
-
withDateCustomFieldAsString
-
withDateAttributeAsString
-
withAttributeAsJsonNode
-
withCustomFieldAsJsonNode
-
withCustomFieldNumberAsDouble
-
withAttributeNumberAsDouble
-
getOption
- Specified by:
getOption
in interfaceModuleOptions
-