Klasse SOAPToRestConfigurations

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.SOAPToRestConfigurations

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class SOAPToRestConfigurations extends Object
SOAPToRestConfigurations
  • Felddetails

    • removeRootElement

      protected Boolean removeRootElement
    • useDefaultElements

      protected Boolean useDefaultElements
    • useSchemaForTransformation

      protected Boolean useSchemaForTransformation
  • Konstruktordetails

    • SOAPToRestConfigurations

      public SOAPToRestConfigurations(Consumer<SOAPToRestConfigurations> spec)
      Constructs a validated instance of SOAPToRestConfigurations.
      Parameter:
      spec - the specification to process
    • SOAPToRestConfigurations

      @Internal public SOAPToRestConfigurations(Boolean removeRootElement, Boolean useDefaultElements, Boolean useSchemaForTransformation)
      Constructs a validated instance of SOAPToRestConfigurations.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using SOAPToRestConfigurations(Consumer) instead.

      Parameter:
      removeRootElement - removeRootElement
      useDefaultElements - useDefaultElements
      useSchemaForTransformation - useSchemaForTransformation
    • SOAPToRestConfigurations

      protected SOAPToRestConfigurations()
  • Methodendetails