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 classDescribes the expected body structure of the request.final classData class that groups a list ofField.final classDescribes 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.LinkAffordanceProperties.extendsAffordancesWith(org.springframework.hateoas.Link link, AffordanceProperties.Property<?>... extras) Java method that permits to add a new method to already existing Link class.@NotNull AffordancePropertiesAffordanceProperties.Companion.of(@NotNull AffordanceProperties.Property<?>... properties) Factory to create AffordanceProperties from multipleAffordanceProperties.Property.static @NotNull AffordancePropertiesAffordanceProperties.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 AffordancePropertiesAffordanceProperties.copy(@NotNull Map<String, AffordanceProperties.Property<?>> properties)