Uses of Class
io.lippia.api.configuration.enums.ParameterTypeEnum
-
Packages that use ParameterTypeEnum Package Description io.lippia.api.configuration.enums -
-
Uses of ParameterTypeEnum in io.lippia.api.configuration.enums
Methods in io.lippia.api.configuration.enums that return ParameterTypeEnum Modifier and Type Method Description static ParameterTypeEnumParameterTypeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ParameterTypeEnum[]ParameterTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-