Uses of Interface
org.springframework.boot.util.Instantiator.FailureHandler
Packages that use Instantiator.FailureHandler
-
Uses of Instantiator.FailureHandler in org.springframework.boot.util
Constructors in org.springframework.boot.util with parameters of type Instantiator.FailureHandlerModifierConstructorDescriptionInstantiator
(Class<?> type, Consumer<Instantiator.AvailableParameters> availableParameters, Instantiator.FailureHandler failureHandler) Create a newInstantiator
instance for the given type.