Package org.mapstruct.test.model

Examples of org.mapstruct.test.model.Foo


public class MappersTest {

    @Test
    public void shouldReturnImplementationInstance() {

        Foo mapper = Mappers.getMapper( Foo.class );
        assertThat( mapper ).isNotNull();
    }
View Full Code Here

TOP

Related Classes of org.mapstruct.test.model.Foo

Copyright © 2018 www.massapicom. 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.