1

I need to copy a resource collection to another

Registry.copy method works perfectly for this

Now I've to implement a kind of merge and i'm dealing with this constraint :

Only the new properties must be copied from source to target

Is it possible handle this condition using Handler ?

Community
  • 1
  • 1
bsorrentino
  • 1,413
  • 11
  • 19

1 Answers1

0

Yes, You can do this using a handler. please refer below sample media type handlers available in greg(carbon-registry)

WSDLMediaTypeHandler.java

SwaggerMediaTypeHandler.java

WADLMediaTypeHandler.java

Please find this useful article which will teach you how to create a simple handler.

tk_
  • 16,415
  • 8
  • 80
  • 90