Uses of Class
com.github.chhorz.openapi.common.util.LogUtils
Package
Description
-
Uses of LogUtils in com.github.chhorz.openapi.common
-
Uses of LogUtils in com.github.chhorz.openapi.common.spi
Modifier and TypeMethodDescriptionFileWriterProvider.create
(LogUtils logUtils, ParserProperties parserProperties) Creates a post processor instance with the given properties.PostProcessorProvider.create
(LogUtils logUtils, ParserProperties parserProperties) Creates a post processor instance with the given properties. -
Uses of LogUtils in com.github.chhorz.openapi.common.spi.mapping
Modifier and TypeMethodDescriptionvoid
AbstractTypeMirrorMapper.setup
(Elements elements, Types types, LogUtils logUtils, ParserProperties parserProperties, List<TypeMirrorMapper> typeMirrorMappers) void
ObjectTypeMirrorMapper.setup
(Elements elements, Types types, LogUtils logUtils, ParserProperties parserProperties, List<TypeMirrorMapper> typeMirrorMappers) void
TypeMirrorMapper.setup
(Elements elements, Types types, LogUtils logUtils, ParserProperties parserProperties, List<TypeMirrorMapper> typeMirrorMapper) Constructor method that will be used to fill custom classes. -
Uses of LogUtils in com.github.chhorz.openapi.common.util
Modifier and TypeMethodDescriptionLogUtils.configureWithComponent
(String componentLogGroup) Creates a clonedLogUtils
class with the given component log group.ModifierConstructorDescriptionFileUtils
(LogUtils logUtils, ParserProperties properties) ProcessingUtils
(Elements elements, Types types, LogUtils logUtils) ResponseUtils
(Elements elements, Types types, ParserProperties parserProperties, LogUtils logUtils) SchemaUtils
(Elements elements, Types types, ParserProperties parserProperties, LogUtils logUtils) SchemaUtils
(Elements elements, Types types, ParserProperties parserProperties, LogUtils logUtils, List<Class<?>> baseClasses) -
Uses of LogUtils in com.github.chhorz.openapi.spi.asciidoctor
Modifier and TypeMethodDescriptionAsciidoctorProvider.create
(LogUtils logUtils, ParserProperties parserProperties) Creates a post processor instance with the given properties.ModifierConstructorDescriptionAsciidoctorPostProcessor
(LogUtils logUtils, ParserProperties parserProperties) Instantiation of the Asciidoctor post processor and configuration of the Freemarker template engine. -
Uses of LogUtils in com.github.chhorz.openapi.spring.util
ModifierConstructorDescriptionAbstractMergeUtils
(LogUtils logUtils) PathItemUtils
(LogUtils logUtils) Creates a new instance of this utility class with the given logger.