-
Terminally Deprecated Elements
-
Deprecated FieldsFieldDescription
-
Deprecated MethodsMethodDescriptionsince 1.3, prefer setting up the model types via
AffordanceModel.createProperties(BiFunction)
.since 1.4, for removal in 1.5. PreferAffordanceModel.PayloadMetadata.stream()
and selecting individualPropertyMetadata
instances yourself.since 2.5, in favor ofEnableHypermediaSupport.HypermediaType.getMediaTypes()
as a logical media type might have been associated with multiple media type identifiers (seeEnableHypermediaSupport.HypermediaType.HAL
).since 2.0, preferMappingDiscoverer.getUriMapping(Class)
since 2.0, useMappingDiscoverer.getUriMapping(Class, Method)
insteadsince 2.0, useMappingDiscoverer.getUriMapping(Method)
insteadsince 2.0, useSpringAffordanceBuilder.getUriMapping(Class, Method)
instead.since 1.4, use actual parameter type and callTemplateVariable.composite()
on the instance instead.
-
Deprecated ConstructorsConstructorDescriptionUse
VndError(String, String, Object, Link...)
(with proper ordering of arguments)
-
Deprecated Enum ConstantsEnum ConstantDescriptionsince 1.4. Use the actual type and call
TemplateVariable.composite()
.since 1.4, useTemplateVariable.VariableType.SIMPLE
instead.since 1.4, useTemplateVariable.VariableType.PATH_SEGMENT
instead.
EnableHypermediaSupport.HypermediaType.getMediaTypes()
as a logical media type might have been associated with multiple media type identifiers (seeEnableHypermediaSupport.HypermediaType.HAL
).