Uses of Enum
org.davidmoten.oa3.codegen.generator.ParamType
Packages that use ParamType
-
Uses of ParamType in org.davidmoten.oa3.codegen.generator
Fields in org.davidmoten.oa3.codegen.generator declared as ParamTypeMethods in org.davidmoten.oa3.codegen.generator that return ParamTypeModifier and TypeMethodDescriptionstatic ParamTypeReturns the enum constant of this type with the specified name.static ParamType[]ParamType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.davidmoten.oa3.codegen.generator with parameters of type ParamTypeModifierConstructorDescriptionParam(String name, String identifier, Optional<Object> defaultValue, boolean required, String fullClassName, boolean isArray, boolean isRequestBody, ClientServerGenerator.Constraints constraints, ParamType type, boolean isComplexQueryParameter, Optional<String> description, Optional<String> contentType, Optional<String> filename)