Uses of Interface
org.springframework.boot.util.Instantiator.AvailableParameters
Package
Description
Support for structured logging.
Contains miscellaneous utility classes.
-
Uses of Instantiator.AvailableParameters in org.springframework.boot.logging.structured
ModifierConstructorDescriptionStructuredLogFormatterFactory
(Class<E> logEventType, Environment environment, Consumer<Instantiator.AvailableParameters> availableParameters, Consumer<StructuredLogFormatterFactory.CommonFormatters<E>> commonFormatters) Create a newStructuredLogFormatterFactory
instance. -
Uses of Instantiator.AvailableParameters in org.springframework.boot.util
ModifierConstructorDescriptionInstantiator
(Class<?> type, Consumer<Instantiator.AvailableParameters> availableParameters) Create a newInstantiator
instance for the given type.Instantiator
(Class<?> type, Consumer<Instantiator.AvailableParameters> availableParameters, Instantiator.FailureHandler failureHandler) Create a newInstantiator
instance for the given type.