Class DocumentationInfoAggregator
java.lang.Object
io.micronaut.jsonschema.visitor.aggregator.DocumentationInfoAggregator
- All Implemented Interfaces:
 SchemaInfoAggregator
An aggregator for adding information from the jackson serialization annotations.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddInfo(io.micronaut.inject.ast.TypedElement element, Schema schema, io.micronaut.inject.visitor.VisitorContext visitorContext, JsonSchemaContext context) A method that is called for adding JSON schema info. 
- 
Constructor Details
- 
DocumentationInfoAggregator
public DocumentationInfoAggregator() 
 - 
 - 
Method Details
- 
addInfo
public Schema addInfo(io.micronaut.inject.ast.TypedElement element, Schema schema, io.micronaut.inject.visitor.VisitorContext visitorContext, JsonSchemaContext context) Description copied from interface:SchemaInfoAggregatorA method that is called for adding JSON schema info.- Specified by:
 addInfoin interfaceSchemaInfoAggregator- Parameters:
 element- The typeschema- The current schemavisitorContext- The visitor contextcontext- The JSON schema visitor configuration- Returns:
 - The new or modified schema
 
 
 -