JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
io.sphere.sdk.annotations
Annotation Type CopyFactoryMethod
public @interface
CopyFactoryMethod
This annotation allows to add a copy factory method for the given
value()
. A typical use case is to copy/convert a resource value (e.g. a Category) to a corresponding resource draft vale (e.g. a CategoryDraft).
Required Element Summary
Required Elements
Modifier and Type
Required Element and Description
Class
value
Specifies the type for which an additional copy fectory method should be created.
Element Detail
value
public abstract
Class
value
Specifies the type for which an additional copy fectory method should be created.
Returns:
the template type
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element