Package | Description |
---|---|
io.swagger.models.properties |
Modifier and Type | Method and Description |
---|---|
static PropertyBuilder.PropertyId |
PropertyBuilder.PropertyId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyBuilder.PropertyId[] |
PropertyBuilder.PropertyId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Property |
PropertyBuilder.build(String type,
String format,
Map<PropertyBuilder.PropertyId,Object> args)
Creates new property on the passed arguments.
|
<T> T |
PropertyBuilder.PropertyId.findValue(Map<PropertyBuilder.PropertyId,Object> args) |
static Property |
PropertyBuilder.merge(Property property,
Map<PropertyBuilder.PropertyId,Object> args)
Merges passed arguments into an existing property instance.
|
Copyright © 2019. All Rights Reserved.