Uses of Class
com.github.chhorz.openapi.common.util.LogUtils
Packages that use LogUtils
Package
Description
-
Uses of LogUtils in com.github.chhorz.openapi.common
Fields in com.github.chhorz.openapi.common declared as LogUtils -
Uses of LogUtils in com.github.chhorz.openapi.common.spi
Methods in com.github.chhorz.openapi.common.spi with parameters of type LogUtilsModifier 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
Fields in com.github.chhorz.openapi.common.spi.mapping declared as LogUtilsMethods in com.github.chhorz.openapi.common.spi.mapping with parameters of type LogUtilsModifier 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
Methods in com.github.chhorz.openapi.common.util that return LogUtilsModifier and TypeMethodDescriptionLogUtils.configureWithComponent
(String componentLogGroup) Creates a clonedLogUtils
class with the given component log group.Constructors in com.github.chhorz.openapi.common.util with parameters of type LogUtilsModifierConstructorDescriptionFileUtils
(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
Methods in com.github.chhorz.openapi.spi.asciidoctor with parameters of type LogUtilsModifier and TypeMethodDescriptionAsciidoctorProvider.create
(LogUtils logUtils, ParserProperties parserProperties) Creates a post processor instance with the given properties.Constructors in com.github.chhorz.openapi.spi.asciidoctor with parameters of type LogUtilsModifierConstructorDescriptionAsciidoctorPostProcessor
(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
Fields in com.github.chhorz.openapi.spring.util declared as LogUtilsConstructors in com.github.chhorz.openapi.spring.util with parameters of type LogUtilsModifierConstructorDescriptionAbstractMergeUtils
(LogUtils logUtils) PathItemUtils
(LogUtils logUtils) Creates a new instance of this utility class with the given logger.