Uses of Record Class
cli.java2umltext.model.FieldWrapper
Packages that use FieldWrapper
-
Uses of FieldWrapper in cli.java2umltext.model
Methods in cli.java2umltext.model that return types with arguments of type FieldWrapperModifier and TypeMethodDescriptionClassWrapper.fields()Returns the value of thefieldsrecord component.Constructor parameters in cli.java2umltext.model with type arguments of type FieldWrapperModifierConstructorDescriptionClassWrapper(Document document, String pkg, String type, String name, ArrayList<FieldWrapper> fields, ArrayList<MethodWrapper> methods, HashMap<String, String> imports) Creates an instance of aClassWrapperrecord class.