Klasse Property
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
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Property()
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 implementation ofProperty
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaccess()
allowEmptyValue
(Boolean allowEmptyValue) protected boolean
description
(String description) boolean
example()
format()
int
hashCode()
name()
position()
readOnly()
required()
title()
toString()
type()
vendorExtensions
(Map<String, Object> vendorExtensions) xml()
-
Felddetails
-
access
-
allowEmptyValue
-
description
-
example
-
format
-
name
-
position
-
readOnly
-
required
-
title
-
type
-
vendorExtensions
-
xml
-
-
Konstruktordetails
-
Property
Constructs a validated implementation ofProperty
.- Parameter:
spec
- the specification to process
-
Property
-
Property
protected Property()
-
-
Methodendetails
-
access
-
allowEmptyValue
-
description
-
example
-
format
-
name
-
position
-
readOnly
-
required
-
title
-
type
-
vendorExtensions
-
xml
-
access
- Gibt zurück:
this
.
-
allowEmptyValue
- Gibt zurück:
this
.
-
description
- Gibt zurück:
this
.
-
example
- Gibt zurück:
this
.
-
format
- Gibt zurück:
this
.
-
name
- Gibt zurück:
this
.
-
position
- Gibt zurück:
this
.
-
readOnly
- Gibt zurück:
this
.
-
required
- Gibt zurück:
this
.
-
title
- Gibt zurück:
this
.
-
type
- Gibt zurück:
this
.
-
vendorExtensions
- Gibt zurück:
this
.
-
xml
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-