Package | Description |
---|---|
io.swagger.models.properties |
Modifier and Type | Method and Description |
---|---|
static PropertyBuilder.PropertyId |
PropertyBuilder.PropertyId.valueOf(java.lang.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(java.lang.String type,
java.lang.String format,
java.util.Map<PropertyBuilder.PropertyId,java.lang.Object> args)
Creates new property on the passed arguments.
|
<T> T |
PropertyBuilder.PropertyId.findValue(java.util.Map<PropertyBuilder.PropertyId,java.lang.Object> args) |
static Property |
PropertyBuilder.merge(Property property,
java.util.Map<PropertyBuilder.PropertyId,java.lang.Object> args)
Merges passed arguments into an existing property instance.
|
Copyright © 2018. All Rights Reserved.