Package org.jboss.errai.marshalling.rebind.api.impl

Examples of org.jboss.errai.marshalling.rebind.api.impl.DefaultJavaMappingStrategy


* @author Mike Brock <cbrock@redhat.com>
*/
public class MappingStrategyFactory {

  static MappingStrategy createStrategy(final MappingContext context, final Class<?> clazz) {
    return new DefaultJavaMappingStrategy(context, clazz);
  }
View Full Code Here

TOP

Related Classes of org.jboss.errai.marshalling.rebind.api.impl.DefaultJavaMappingStrategy

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.