Package ma.glasnost.orika.MappingContext

Examples of ma.glasnost.orika.MappingContext.NonCyclicMappingContext


    private final MappingContext nonCyclicContext;
   
    NonCyclicBoundMapperFacade(MapperFactory mapperFactory, MappingContextFactory contextFactory, java.lang.reflect.Type sourceType,
            java.lang.reflect.Type destinationType) {
        super(mapperFactory, contextFactory, sourceType, destinationType);
        this.nonCyclicContext = new NonCyclicMappingContext();
    }
View Full Code Here

TOP

Related Classes of ma.glasnost.orika.MappingContext.NonCyclicMappingContext

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.