Uses of Interface
io.jstach.jstachio.spi.JStachioConfig
Packages that use JStachioConfig
-
Uses of JStachioConfig in io.jstach.jstachio.spi
Methods in io.jstach.jstachio.spi that return JStachioConfigModifier and TypeMethodDescriptionJStachioExtensions.getConfig()Composite Config where the first config that returns a nonnull forgetProperty(String)is used.default @Nullable JStachioConfigJStachioExtensionProvider.provideConfig()Provide a config or not.Methods in io.jstach.jstachio.spi with parameters of type JStachioConfigModifier and TypeMethodDescriptionstatic JStachioTemplateFinderJStachioTemplateFinder.defaultTemplateFinder(JStachioConfig config) The default template finder that uses reflection and or the ServiceLoader.static TemplateInfoTemplates.findTemplate(Class<?> modelType, JStachioConfig config) Finds aTemplateif possible otherwise falling back to aTemplateInfobased on annotation metadata.static @Nullable TemplateInfoTemplates.findTemplateOrNull(Class<?> modelType, JStachioConfig config) Finds aTemplateif possible otherwise falling back to aTemplateInfobased on annotation metadata.default voidJStachioExtensionProvider.init(JStachioConfig config) Called before the extensions are used but afterJStachioExtensionProvider.provideConfig().protected abstract booleanTemplates.TemplateLoadStrategy.isEnabled(JStachioConfig config) Determine if the strategy is enabled.