Package io.contextmap.core.reflection
Class SwaggerV2
java.lang.Object
io.contextmap.core.reflection.SwaggerV2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanenrichWithApiModelPropertyAnnotationIfAvailable(Property property, Function<Property, Method> methodToCheck, ScannedJsonNode propertyJsonNode) booleanenrichWithSchemaAnnotationIfAvailable(Class<?> type, ScannedJsonNode propertyJsonNode)
-
Constructor Details
-
SwaggerV2
-
-
Method Details
-
enrichWithSchemaAnnotationIfAvailable
public boolean enrichWithSchemaAnnotationIfAvailable(Class<?> type, ScannedJsonNode propertyJsonNode) -
enrichWithApiModelPropertyAnnotationIfAvailable
public boolean enrichWithApiModelPropertyAnnotationIfAvailable(Property property, Function<Property, Method> methodToCheck, ScannedJsonNode propertyJsonNode)
-