Package org.springframework.hateoas
Interface AffordanceModel.PropertyMetadataConfigured<T>
- Enclosing class:
- AffordanceModel
public static interface AffordanceModel.PropertyMetadataConfigured<T>
SPI for a type that can get
AffordanceModel.PropertyMetadata
applied.- Author:
- Oliver Drotbohm
-
Method Summary
Modifier and TypeMethodDescriptionapply
(AffordanceModel.PropertyMetadata metadata) Applies the givenAffordanceModel.PropertyMetadata
.
-
Method Details
-
apply
Applies the givenAffordanceModel.PropertyMetadata
.- Parameters:
metadata
- will never be null.- Returns:
-