Uses of Interface
com.orange.spring.tmf630.affordances.AffordanceProperties.Property
Packages that use AffordanceProperties.Property
-
Uses of AffordanceProperties.Property in com.orange.spring.tmf630.affordances
Classes in com.orange.spring.tmf630.affordances that implement AffordanceProperties.PropertyModifier and TypeClassDescriptionfinal class
Describes the expected body structure of the request.final class
Data class that groups a list ofField
.final class
Describes the expected Media Types that can be retrieved from the link.Methods in com.orange.spring.tmf630.affordances that return types with arguments of type AffordanceProperties.PropertyModifier and TypeMethodDescription@NotNull Map
<String, AffordanceProperties.Property<?>> AffordanceProperties.component1()
@NotNull Map
<String, AffordanceProperties.Property<?>> AffordanceProperties.getProperties()
Methods in com.orange.spring.tmf630.affordances with parameters of type AffordanceProperties.PropertyModifier and TypeMethodDescriptionstatic org.springframework.hateoas.Link
AffordanceProperties.extendsAffordancesWith
(org.springframework.hateoas.Link link, AffordanceProperties.Property<?>... extras) Java method that permits to add a new method to already existing Link class.@NotNull AffordanceProperties
AffordanceProperties.Companion.of
(@NotNull AffordanceProperties.Property<?>... properties) Factory to create AffordanceProperties from multipleAffordanceProperties.Property
.static @NotNull AffordanceProperties
AffordanceProperties.with
(@NotNull AffordanceProperties.Property<?>... properties) Adds new properties to existing ones.Method parameters in com.orange.spring.tmf630.affordances with type arguments of type AffordanceProperties.PropertyModifier and TypeMethodDescription@NotNull AffordanceProperties
AffordanceProperties.copy
(@NotNull Map<String, AffordanceProperties.Property<?>> properties)