Class SpringSchemaCollector
- java.lang.Object
-
- com.maxxton.microdocs.core.collector.SchemaCollector
-
- com.maxxton.microdocs.crawler.spring.collector.SpringSchemaCollector
-
public class SpringSchemaCollector extends SchemaCollector
Specific schema collector for JPA and Jackson
-
-
Field Summary
-
Fields inherited from class com.maxxton.microdocs.core.collector.SchemaCollector
postViews
-
-
Constructor Summary
Constructors Constructor Description SpringSchemaCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SchemacollectObjectSchema(ReflectClass<?> reflectClass, java.util.List<ReflectGenericClass> genericClasses, java.lang.String view)protected SchemacollectProperty(java.lang.String name, ReflectGenericClass type, java.util.List<ReflectAnnotation> annotations, ReflectDescription docs, java.lang.String view)-
Methods inherited from class com.maxxton.microdocs.core.collector.SchemaCollector
collect, collect, collect, collect, collect, getDefaultValue, getSchemaName, matchView
-
-
-
-
Method Detail
-
collectObjectSchema
protected Schema collectObjectSchema(ReflectClass<?> reflectClass, java.util.List<ReflectGenericClass> genericClasses, java.lang.String view)
- Overrides:
collectObjectSchemain classSchemaCollector
-
collectProperty
protected Schema collectProperty(java.lang.String name, ReflectGenericClass type, java.util.List<ReflectAnnotation> annotations, ReflectDescription docs, java.lang.String view)
- Overrides:
collectPropertyin classSchemaCollector
-
-