Uses of Class
io.swagger.models.properties.PropertyBuilder.PropertyId
-
Packages that use PropertyBuilder.PropertyId Package Description io.swagger.models.properties -
-
Uses of PropertyBuilder.PropertyId in io.swagger.models.properties
Methods in io.swagger.models.properties that return PropertyBuilder.PropertyId Modifier and Type Method Description static PropertyBuilder.PropertyIdPropertyBuilder.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.Method parameters in io.swagger.models.properties with type arguments of type PropertyBuilder.PropertyId Modifier and Type Method Description static PropertyPropertyBuilder. build(String type, String format, Map<PropertyBuilder.PropertyId,Object> args)Creates new property on the passed arguments.<T> TPropertyBuilder.PropertyId. findValue(Map<PropertyBuilder.PropertyId,Object> args)static PropertyPropertyBuilder. merge(Property property, Map<PropertyBuilder.PropertyId,Object> args)Merges passed arguments into an existing property instance.
-