Package com.jayway.jaxrs.hateoas.support

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


  public HateoasApplication() {
    this(HateoasVerbosity.MAXIMUM);
  }

  public HateoasApplication(HateoasVerbosity verbosity) {
    this(new StrategyBasedLinkInjector(), new DefaultCollectionWrapperStrategy(), verbosity);
  }
View Full Code Here

TOP

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

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.