Uses of Class
org.openapitools.codegen.templating.mustache.CopyLambda.WhiteSpaceStrategy
-
Packages that use CopyLambda.WhiteSpaceStrategy Package Description org.openapitools.codegen.templating.mustache -
-
Uses of CopyLambda.WhiteSpaceStrategy in org.openapitools.codegen.templating.mustache
Methods in org.openapitools.codegen.templating.mustache that return CopyLambda.WhiteSpaceStrategy Modifier and Type Method Description static CopyLambda.WhiteSpaceStrategyCopyLambda.WhiteSpaceStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static CopyLambda.WhiteSpaceStrategy[]CopyLambda.WhiteSpaceStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openapitools.codegen.templating.mustache with parameters of type CopyLambda.WhiteSpaceStrategy Constructor Description CopyLambda(CopyLambda.CopyContent content, CopyLambda.WhiteSpaceStrategy leadingWhiteSpaceStrategy, CopyLambda.WhiteSpaceStrategy trailingWhiteSpaceStrategy)
-