A C E F G H I O P R S T V

G

getActiveVersion() - Method in class com.vbs.spring.versioning.VersionHolder
Returns the non-default version used in the processing thread, null if not specified.
getActiveVersions() - Method in class com.vbs.spring.versioning.VersionHolder
Returns immutable list of application defined active versions, by default null.
getArgumentClasses(Object[]) - Static method in class com.vbs.spring.versioning.VersioningUtils
Returns the type of each argument.
getBean() - Method in class com.vbs.spring.versioning.VersionDependentBean
Returns the Spring bean.
getBeanForVersion(String) - Method in class com.vbs.spring.versioning.VersionedBean
Returns the spring bean that implements the given version or null if no such bean is found.
getBeanName() - Method in class com.vbs.spring.versioning.VersionDependentBean
Returns the name of the bean within the application context.
getBeanName() - Method in class com.vbs.spring.versioning.VersionedBean
Returns the name of the bean within the application context.
getImplementedVersions() - Method in class com.vbs.spring.versioning.VersionDependentBean
Returns the array of version identifiers that this bean implements.
getInstance() - Static method in class com.vbs.spring.versioning.VersionHolder
Returns singleton instance.
getMethodSignatureAsString(Method) - Static method in class com.vbs.spring.versioning.VersioningUtils
Returns the method's signature as a string in the same format as Method.toString(), but excluding the declaring class.
getMethodSignatureString(String, Object[]) - Static method in class com.vbs.spring.versioning.VersioningUtils
Returns the method's signature as a string in the same format as Method.toString(), but excluding the return type and modifiers.
getMethodSignatureString(String, Class<?>[]) - Static method in class com.vbs.spring.versioning.VersioningUtils
Returns the method's signature as a string in the same format as Method.toString(), but excluding the return type and modifiers.
getTargetClass() - Method in class com.vbs.spring.versioning.VersionDependentBean
Returns the underlying class of the Spring bean.
getVersionDependentBean(Object, Class<?>, String) - Method in class com.vbs.spring.versioning.VersionDependentBeanResolver
Returns the version dependent instance for the intercepted bean, or null if no such bean was found.
getVersionedClass() - Method in class com.vbs.spring.versioning.VersionedBean
Returns the VersionedClass annotated class that this bean represents.

A C E F G H I O P R S T V