| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract io.swagger.models.properties.Property |
doWrap(io.swagger.models.properties.Property property) |
static ControllerReaderExtension.ContainerWrapper |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ControllerReaderExtension.ContainerWrapper[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
io.swagger.models.properties.Property |
wrap(String container,
io.swagger.models.properties.Property property) |
static io.swagger.models.properties.Property |
wrapContainer(String container,
io.swagger.models.properties.Property property,
ControllerReaderExtension.ContainerWrapper... allowed) |
public static final ControllerReaderExtension.ContainerWrapper LIST
public static final ControllerReaderExtension.ContainerWrapper ARRAY
public static final ControllerReaderExtension.ContainerWrapper MAP
public static final ControllerReaderExtension.ContainerWrapper SET
public static ControllerReaderExtension.ContainerWrapper[] values()
for (ControllerReaderExtension.ContainerWrapper c : ControllerReaderExtension.ContainerWrapper.values()) System.out.println(c);
public static ControllerReaderExtension.ContainerWrapper valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public static io.swagger.models.properties.Property wrapContainer(String container, io.swagger.models.properties.Property property, ControllerReaderExtension.ContainerWrapper... allowed)
public io.swagger.models.properties.Property wrap(String container, io.swagger.models.properties.Property property)
protected abstract io.swagger.models.properties.Property doWrap(io.swagger.models.properties.Property property)
Copyright © 2024. All rights reserved.