Uses of Record Class
io.fluxzero.tools.jsondoclet.model.AnnotationDocumentation
Packages that use AnnotationDocumentation
-
Uses of AnnotationDocumentation in io.fluxzero.tools.jsondoclet.model
Methods in io.fluxzero.tools.jsondoclet.model that return types with arguments of type AnnotationDocumentationModifier and TypeMethodDescriptionConstructorDocumentation.annotations()Returns the value of theannotationsrecord component.EnumConstantDocumentation.annotations()Returns the value of theannotationsrecord component.FieldDocumentation.annotations()Returns the value of theannotationsrecord component.MethodDocumentation.annotations()Returns the value of theannotationsrecord component.MethodDocumentation.MethodParameter.annotations()Returns the value of theannotationsrecord component.NestedTypeDocumentation.annotations()Returns the value of theannotationsrecord component.RecordComponentDocumentation.annotations()Returns the value of theannotationsrecord component.TypeDocumentation.annotations()Returns the value of theannotationsrecord component.Constructor parameters in io.fluxzero.tools.jsondoclet.model with type arguments of type AnnotationDocumentationModifierConstructorDescriptionEnumConstantDocumentation(String name, String qualifiedName, List<AnnotationDocumentation> annotations, String documentation) Creates an instance of aEnumConstantDocumentationrecord class.MethodParameter(String name, String type, boolean varArgs, List<AnnotationDocumentation> annotations) Creates an instance of aMethodParameterrecord class.RecordComponentDocumentation(String name, String type, List<AnnotationDocumentation> annotations, String documentation) Creates an instance of aRecordComponentDocumentationrecord class.