Uses of Interface
org.springframework.hateoas.AffordanceModel.PropertyMetadata
Packages that use AffordanceModel.PropertyMetadata
Package
Description
Value objects to ease creating
Link
s and link driven representations for REST
webservices.HAL-FORMS extension media type.
-
Uses of AffordanceModel.PropertyMetadata in org.springframework.hateoas
Methods in org.springframework.hateoas that return types with arguments of type AffordanceModel.PropertyMetadataModifier and TypeMethodDescriptiondefault Optional<AffordanceModel.PropertyMetadata>
AffordanceModel.PayloadMetadata.getPropertyMetadata
(String name) Deprecated.since 1.4, for removal in 1.5.AffordanceModel.PayloadMetadata.stream()
Returns all properties contained in a payload.Methods in org.springframework.hateoas with parameters of type AffordanceModel.PropertyMetadataModifier and TypeMethodDescriptionAffordanceModel.PropertyMetadataConfigured.apply
(AffordanceModel.PropertyMetadata metadata) Applies the givenAffordanceModel.PropertyMetadata
.Method parameters in org.springframework.hateoas with type arguments of type AffordanceModel.PropertyMetadataModifier and TypeMethodDescription<T> List<T>
AffordanceModel.createProperties
(BiFunction<AffordanceModel.InputPayloadMetadata, AffordanceModel.PropertyMetadata, T> creator) Creates aList
of properties based on the given creator.<T extends AffordanceModel.Named>
TAffordanceModel.InputPayloadMetadata.customize
(T target, Function<AffordanceModel.PropertyMetadata, T> customizer) -
Uses of AffordanceModel.PropertyMetadata in org.springframework.hateoas.mediatype.hal.forms
Method parameters in org.springframework.hateoas.mediatype.hal.forms with type arguments of type AffordanceModel.PropertyMetadataModifier and TypeMethodDescriptionHalFormsConfiguration.withOptions
(Class<T> type, String property, Function<AffordanceModel.PropertyMetadata, HalFormsOptions> creator) Returns a newHalFormsConfiguration
with the given