Examples of ReferencedTarget


Examples of org.mapstruct.ap.test.accessibility.referenced.ReferencedTarget

* @author Sjaak Derksen
*/
public class ReferencedMapperDefaultOther {

     ReferencedTarget sourceToTarget( ReferencedSource source ) {
        ReferencedTarget target = new ReferencedTarget();
        target.setFoo( source.getFoo() );
        return target;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.