Package play.modules.elasticsearch.mapping.impl

Examples of play.modules.elasticsearch.mapping.impl.DefaultMapperFactory


   *            the model class
   * @return the model mapper
   * @throws MappingException
   */
  protected static <M> ModelMapper<M> getMapper(Class<M> clazz) throws MappingException {
    return new DefaultMapperFactory().getMapper(clazz);
  }
View Full Code Here

TOP

Related Classes of play.modules.elasticsearch.mapping.impl.DefaultMapperFactory

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.