Package org.springframework.issues.spr9157.model

Examples of org.springframework.issues.spr9157.model.EnvironmentImpl


    public Environment convert(String source) {
        LOG.debug("source: {}", source);
        if (!StringUtils.hasText(source)) {
            return null;
        }
        return new EnhancedEnvironmentImpl(source.trim(), source.trim());
    }
View Full Code Here

TOP

Related Classes of org.springframework.issues.spr9157.model.EnvironmentImpl

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.