Uses of Class
com.orange.spring.tmf630.affordances.BodySchema
Packages that use BodySchema
-
Uses of BodySchema in com.orange.spring.tmf630
Methods in com.orange.spring.tmf630 that return BodySchemaMethods in com.orange.spring.tmf630 with parameters of type BodySchemaConstructors in com.orange.spring.tmf630 with parameters of type BodySchema -
Uses of BodySchema in com.orange.spring.tmf630.affordances
Classes in com.orange.spring.tmf630.affordances that implement interfaces with type arguments of type BodySchemaModifier and TypeClassDescriptionfinal classDescribes the expected body structure of the request.Methods in com.orange.spring.tmf630.affordances that return BodySchemaModifier and TypeMethodDescriptionTMF630AffordanceModel.getBodySchema()@NotNull BodySchemaBodySchema.value()Methods in com.orange.spring.tmf630.affordances with parameters of type BodySchemaModifier and TypeMethodDescription@NotNull TMF630AffordanceModelTMF630AffordanceModel.copy(@NotNull org.springframework.hateoas.mediatype.ConfiguredAffordance configured, @NotNull List<Field> fields, BodySchema bodySchema) Constructors in com.orange.spring.tmf630.affordances with parameters of type BodySchemaModifierConstructorDescriptionTMF630AffordanceModel(@NotNull org.springframework.hateoas.mediatype.ConfiguredAffordance configured, @NotNull List<Field> fields, BodySchema bodySchema)