Package ratpack.spring.internal

Examples of ratpack.spring.internal.SpringRegistryBacking


   *
   * @param beanFactory the bean factory to back the registry
   * @return a registry that retrieves objects from the given bean factory
   */
  public static Registry spring(ListableBeanFactory beanFactory) {
    return Registries.backedRegistry(new SpringRegistryBacking(beanFactory));
  }
View Full Code Here

TOP

Related Classes of ratpack.spring.internal.SpringRegistryBacking

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.