Java org.springframework.core Conventions fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.core Conventions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.core Conventions.

The text is from its open source code.

Method

StringattributeNameToPropertyName(String attributeName)
Convert String s in attribute name format (e.g.
StringgetVariableName(Object value)
Determine the conventional variable name for the supplied Object based on its concrete type.
StringgetVariableNameForParameter(MethodParameter parameter)
Determine the conventional variable name for the given parameter taking the generic collection type, if any, into account.
StringgetVariableNameForReturnType(Method method, Class resolvedType, @Nullable Object value)
Determine the conventional variable name for the return type of the given method, taking the generic collection type, if any, into account, falling back on the given return value if the method declaration is not specific enough, e.g.