Package com.jayway.jaxrs.hateoas.support

Examples of com.jayway.jaxrs.hateoas.support.DefaultHateoasViewFactory


    Set<Class<?>> allClasses = getClasses();
    for (Class<?> clazz : allClasses) {
      HateoasContextProvider.getDefaultContext().mapClass(clazz);
    }

    HateoasResponseBuilder.configure(linkInjector, collectionWrapperStrategy, new DefaultHateoasViewFactory());
        HateoasVerbosity.setDefaultVerbosity(verbosity);
  }
View Full Code Here

TOP

Related Classes of com.jayway.jaxrs.hateoas.support.DefaultHateoasViewFactory

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.