com.vaadin.spring.internal
Class Conventions
java.lang.Object
com.vaadin.spring.internal.Conventions
public final class Conventions
- extends Object
Internal utility class for deriving automatic mappings for view names.
- Author:
- Henri Sara (hesara@vaadin.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deriveMappingForView
public static String deriveMappingForView(Class<?> beanClass,
SpringView annotation)
upperCamelToLowerHyphen
public static String upperCamelToLowerHyphen(String string)
Copyright © 2016 Vaadin Ltd. All Rights Reserved.