- valueOf(String) - Static method in enum com.fintonic.versioning.domain.PathVersionMap
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.fintonic.versioning.domain.PathVersionMap
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Version - Class in com.fintonic.versioning.domain
-
Indicates the version.
- Version(String) - Constructor for class com.fintonic.versioning.domain.Version
-
- VersionedResource - Annotation Type in com.fintonic.versioning.annotation
-
Indicates the versions limit and accept headers.
- VersionRange - Class in com.fintonic.versioning.domain
-
Indicates the version range.
- VersionRange(String, String) - Constructor for class com.fintonic.versioning.domain.VersionRange
-
- VersionRequestCondition - Class in com.fintonic.versioning.configuration
-
Class used to matched a request with header accept,
and build the conditions to match.
- VersionRequestCondition(String, String, String, String) - Constructor for class com.fintonic.versioning.configuration.VersionRequestCondition
-
- VersionRequestCondition(String, VersionRange, String) - Constructor for class com.fintonic.versioning.configuration.VersionRequestCondition
-
- VersionRequestMappingHandlerMapping - Class in com.fintonic.versioning.configuration
-
Custom RequestMappingHandlerMapping.
- VersionRequestMappingHandlerMapping() - Constructor for class com.fintonic.versioning.configuration.VersionRequestMappingHandlerMapping
-