java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Property
Bekannte direkte Unterklassen:
ArrayProperty, BaseIntegerProperty, BooleanProperty, ComposedProperty, DateTimeProperty, DecimalProperty, MapProperty, ObjectProperty, RefProperty, StringProperty, StringSchemaProperty

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

    • access

      protected String access
    • allowEmptyValue

      protected Boolean allowEmptyValue
    • description

      protected String description
    • example

      protected Object example
    • format

      protected String format
    • name

      protected String name
    • position

      protected Integer position
    • readOnly

      protected Boolean readOnly
    • required

      protected Boolean required
    • title

      protected String title
    • type

      protected String type
    • vendorExtensions

      protected Map<String,Object> vendorExtensions
    • xml

      protected Xml xml
  • Konstruktordetails

    • Property

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

      @Internal public Property(String access, Boolean allowEmptyValue, String description, Object example, String format, String name, Integer position, Boolean readOnly, Boolean required, String title, String type, Map<String,Object> vendorExtensions, Xml xml)
      Constructs a validated instance of Property.

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

      Parameter:
      access - var.name
      allowEmptyValue - var.name
      description - var.name
      example - var.name
      format - var.name
      name - var.name
      position - var.name
      readOnly - var.name
      required - var.name
      title - var.name
      type - var.name
      vendorExtensions - var.name
      xml - var.name
    • Property

      protected Property()
  • Methodendetails