public class SpringSchemaCollector extends SchemaCollector
| Constructor and Description |
|---|
SpringSchemaCollector() |
| Modifier and Type | Method and Description |
|---|---|
protected Schema |
collectObjectSchema(ReflectClass<?> reflectClass,
java.util.List<ReflectGenericClass> genericClasses) |
protected void |
collectProperty(java.util.Map<java.lang.String,Schema> properties,
java.lang.String name,
ReflectGenericClass type,
java.util.List<ReflectAnnotation> annotations,
ReflectDescription docs) |
collect, collect, collect, getDefaultValueprotected Schema collectObjectSchema(ReflectClass<?> reflectClass, java.util.List<ReflectGenericClass> genericClasses)
collectObjectSchema in class SchemaCollectorprotected void collectProperty(java.util.Map<java.lang.String,Schema> properties, java.lang.String name, ReflectGenericClass type, java.util.List<ReflectAnnotation> annotations, ReflectDescription docs)
collectProperty in class SchemaCollector