Modifier and Type | Required Element and Description |
---|---|
Class<?> |
value
Type of input form.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
mergeId
Entity identifier variable in our path mapping.
|
Class<?> |
mergePairClass
Class types of the before-/afterMerge instances maintained in MergePair
|
String |
multiPart
The name of the request part in the multipart form
|
boolean |
patch
When patch, we only map the provided properties
from our input form to the entity.
|
public abstract Class<?> value
public abstract boolean patch
public abstract String mergeId
public abstract Class<?> mergePairClass
public abstract String multiPart
Copyright © 2015–2017 42 BV. All rights reserved.