Package | Description |
---|---|
io.sphere.sdk.customobjects.queries |
Provides types to retrieve the state of custom objects.
|
Modifier and Type | Method and Description |
---|---|
CustomObjectQuery<T> |
CustomObjectQueryBuilder.build() |
default CustomObjectQuery<T> |
CustomObjectQuery.byContainer(String container) |
static <T> CustomObjectQuery<T> |
CustomObjectQuery.of(Class<T> valueClass)
Query object for custom objects where the result value is a POJO.
|
static <T> CustomObjectQuery<T> |
CustomObjectQuery.of(com.fasterxml.jackson.core.type.TypeReference<T> valueTypeReference)
Query object for custom objects where the result value is a POJO.
|
static CustomObjectQuery<com.fasterxml.jackson.databind.JsonNode> |
CustomObjectQuery.ofJsonNode() |