Uses of Class
net.webpdf.wsclient.openapi.MetadataAnnotation
-
Packages that use MetadataAnnotation Package Description net.webpdf.wsclient.openapi -
-
Uses of MetadataAnnotation in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return types with arguments of type MetadataAnnotation Modifier and Type Method Description @Nullable List<MetadataAnnotation>MetadataAnnotationsDocument. getAnnotation()Get annotation@Nullable List<MetadataAnnotation>MetadataField. getAnnotation()Selects the visible representation (widget annotation) for the form field.Methods in net.webpdf.wsclient.openapi with parameters of type MetadataAnnotation Modifier and Type Method Description MetadataAnnotationsDocumentMetadataAnnotationsDocument. addAnnotationItem(MetadataAnnotation annotationItem)MetadataFieldMetadataField. addAnnotationItem(MetadataAnnotation annotationItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type MetadataAnnotation Modifier and Type Method Description MetadataAnnotationsDocumentMetadataAnnotationsDocument. annotation(List<MetadataAnnotation> annotation)MetadataFieldMetadataField. annotation(List<MetadataAnnotation> annotation)voidMetadataAnnotationsDocument. setAnnotation(List<MetadataAnnotation> annotation)voidMetadataField. setAnnotation(List<MetadataAnnotation> annotation)
-