public interface ProductTypeReference extends Reference
ProductTypeReference productTypeReference = ProductTypeReference.builder()
.id("{id}")
.build()
| Modifier and Type | Field and Description |
|---|---|
static String |
PRODUCT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static ProductTypeReferenceBuilder |
builder() |
static ProductTypeReferenceBuilder |
builder(ProductTypeReference template) |
static ProductTypeReference |
of() |
static ProductTypeReference |
of(ProductTypeReference template) |
static com.fasterxml.jackson.core.type.TypeReference<ProductTypeReference> |
typeReference() |
default <T> T |
withProductTypeReference(Function<ProductTypeReference,T> helper) |
categoryBuilder, getId, getTypeId, productBuilder, productTypeBuilder, setId, withReferencestatic final String PRODUCT_TYPE
static ProductTypeReference of()
static ProductTypeReference of(ProductTypeReference template)
static ProductTypeReferenceBuilder builder()
static ProductTypeReferenceBuilder builder(ProductTypeReference template)
default <T> T withProductTypeReference(Function<ProductTypeReference,T> helper)
static com.fasterxml.jackson.core.type.TypeReference<ProductTypeReference> typeReference()
typeReference in interface Reference