All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.OpenAPIHelper.xpt Maven / Gradle / Ivy

There is a newer version: 1.24.1
Show newest version
«IMPORT uml»
«IMPORT JMM»

«EXTENSION functions::Example»
«EXTENSION java::OpenAPIFunctions»

«DEFINE GenerateExample(String indentation) FOR NamedElement -»
	«IF this.hasExample()-»
		«IF this.asExample().hasExampleValue()-»
            «IF isOpenAPIVersion30() -» 
«indentation»example: «this.asExample().exampleValues.selectFirst(e|e.length > 0)»
            «ELSE -»
«indentation»examples:
                «FOREACH this.asExample().exampleValues AS exampleValue -»
«indentation» - «exampleValue»
                «ENDFOREACH -»           
            «ENDIF -» 
        «ENDIF-»
    «ENDIF-»
«ENDDEFINE»




© 2015 - 2024 Weber Informatics LLC | Privacy Policy