Class GeneratorPropertyLoader
java.lang.Object
com.github.chhorz.openapi.common.properties.GeneratorPropertyLoader
Utility class to load property file into domain objects.
- Author:
- chhorz
-
Constructor Summary
ConstructorDescriptionGeneratorPropertyLoader
(Messager messager, Map<String, String> processorOptions) -
Method Summary
Modifier and TypeMethodDescriptionReturns the parser properties from the given configuration file or a new instance with default values if the parser object is null.
-
Constructor Details
-
GeneratorPropertyLoader
-
-
Method Details
-
createInfoFromProperties
-
createServerFromProperties
-
createExternalDocsFromProperties
-
createSecuritySchemesFromProperties
-
getDescriptionForTag
-
getExternalDocumentationForTag
-
getParserProperties
Returns the parser properties from the given configuration file or a new instance with default values if the parser object is null.- Returns:
- the parser properties
-