org.qi4j.library.rest.server.api
Interface ResourceCreate<INPUT,RESULT>


public interface ResourceCreate<INPUT,RESULT>

Standard interface for creation of new resources.


Method Summary
 RESULT create(INPUT value)
           
 

Method Detail

create

RESULT create(INPUT value)