Uses of Class
com.orange.spring.tmf630.affordances.AffordanceProperties
Packages that use AffordanceProperties
-
Uses of AffordanceProperties in com.orange.spring.tmf630.affordances
Methods in com.orange.spring.tmf630.affordances that return AffordancePropertiesModifier and TypeMethodDescription@NotNull AffordancePropertiesAffordanceProperties.copy(@NotNull Map<String, AffordanceProperties.Property<?>> properties) @NotNull AffordancePropertiesAffordanceProperties.Companion.empty()Creates an AffordanceProperties with noAffordanceProperties.Property.@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.Methods in com.orange.spring.tmf630.affordances with parameters of type AffordancePropertiesModifier and TypeMethodDescription@NotNull org.springframework.hateoas.AffordanceModelExtendableModel.addExtraProperties(@NotNull AffordanceProperties properties) @NotNull TMF630AffordanceModelTMF630AffordanceModel.addExtraProperties(@NotNull AffordanceProperties properties) static org.springframework.hateoas.LinkAffordanceProperties.extendsAffordancesWith(org.springframework.hateoas.Link link, AffordanceProperties extras) Java method that permits to add a new method to already existing Link class.static org.springframework.hateoas.AffordanceAffordanceProperties.withExtra(org.springframework.hateoas.Affordance affordance, AffordanceProperties extras) Java method that permits to add a new method to already existing Affordance class.