Uses of Record Class
io.github.torand.openapi2java.model.PropertyInfo
Packages that use PropertyInfo
Package
Description
Provides classes to collect relevant information from an OpenAPI specification.
Provides classes to keep collected information from an OpenAPI specification.
-
Uses of PropertyInfo in io.github.torand.openapi2java.collectors
Methods in io.github.torand.openapi2java.collectors that return PropertyInfoModifier and TypeMethodDescriptionPropertyInfoCollector.getPropertyInfo(String name, io.swagger.v3.oas.models.media.Schema<?> property, boolean required) -
Uses of PropertyInfo in io.github.torand.openapi2java.model
Methods in io.github.torand.openapi2java.model that return PropertyInfoModifier and TypeMethodDescriptionPropertyInfo.withAddedAnnotation(AnnotationInfo annotation) Returns a newPropertyInfoobject with specified annotation added.PropertyInfo.withDeprecationMessage(String deprecationMessage) Returns a newPropertyInfoobject with specified deprecation message.PropertyInfo.withRequired(boolean required) Returns a newPropertyInfoobject with specified required flag.Returns a newPropertyInfoobject with specified type.Methods in io.github.torand.openapi2java.model that return types with arguments of type PropertyInfoModifier and TypeMethodDescriptionPojoInfo.properties()Returns the value of thepropertiesrecord component.Method parameters in io.github.torand.openapi2java.model with type arguments of type PropertyInfoModifier and TypeMethodDescriptionPojoInfo.withAddedProperties(Collection<PropertyInfo> properties) Returns a newPojoInfoobject with specified properties added.