Uses of Class
io.contextmap.model.json.ScannedJsonNode
Packages that use ScannedJsonNode
-
Uses of ScannedJsonNode in io.contextmap.core.reflection
Fields in io.contextmap.core.reflection with type parameters of type ScannedJsonNodeMethods in io.contextmap.core.reflection that return ScannedJsonNodeModifier and TypeMethodDescriptionObjectToJsonConverter.deserializedJson(Class<?> type, Property property, List<Class<?>> typesToExcludeToPreventLoop) ObjectToJsonConverter.serializedJson(Class<?> type, Property property, List<Class<?>> typesToExcludeToPreventLoop) Methods in io.contextmap.core.reflection with parameters of type ScannedJsonNodeModifier and TypeMethodDescriptionbooleanSwaggerV2.enrichWithApiModelPropertyAnnotationIfAvailable(Property property, Function<Property, Method> methodToCheck, ScannedJsonNode propertyJsonNode) booleanSwaggerV2.enrichWithSchemaAnnotationIfAvailable(Class<?> type, ScannedJsonNode propertyJsonNode) booleanSwaggerV3.enrichWithSchemaAnnotationIfAvailable(Property property, Function<Property, Method> methodToCheck, ScannedJsonNode propertyJsonNode) booleanSwaggerV3.enrichWithSchemaAnnotationIfAvailable(Class<?> type, ScannedJsonNode propertyJsonNode) -
Uses of ScannedJsonNode in io.contextmap.model
Fields in io.contextmap.model declared as ScannedJsonNodeModifier and TypeFieldDescriptionRestApiEndpoint.requestBodyJsonNodeRestApiEndpoint.responseBodyJsonNode -
Uses of ScannedJsonNode in io.contextmap.model.json
Subclasses of ScannedJsonNode in io.contextmap.model.jsonModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassMethods in io.contextmap.model.json that return ScannedJsonNodeModifier and TypeMethodDescriptionScannedArrayNode.getElement()ScannedObjectNode.ScannedObjectNodeProperty.getValue()Methods in io.contextmap.model.json with parameters of type ScannedJsonNodeModifier and TypeMethodDescriptionvoidScannedObjectNode.addProperty(String key, ScannedJsonNode node) voidScannedArrayNode.setElement(ScannedJsonNode element) voidScannedObjectNode.ScannedObjectNodeProperty.setValue(ScannedJsonNode value) Constructors in io.contextmap.model.json with parameters of type ScannedJsonNode