public final class ValidAndTransformHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
validationAndTransformation(List<ResourceTypeIdentifier> resourceTypeIdentifiers,
Representation newRepresentation,
Representation oldRepresentation)
Validation and transformation process.
|
public static void validationAndTransformation(List<ResourceTypeIdentifier> resourceTypeIdentifiers, Representation newRepresentation, Representation oldRepresentation)
resourceTypeIdentifiers - List of resourceTypeIdentifiers.newRepresentation - Incoming representation.oldRepresentation - Representation stored in the ResourceManager.Apache CXF