public interface InputTypeFactory
ResolvableType. Primary usage to enable to
default the resolution to use HTML based HtmlInputType without
creating a package cycle. If you want to replace that implementation with a different one, register it in
META-INF/spring.factories.| Modifier and Type | Method and Description |
|---|---|
String |
getInputType(Class<?> type)
Derive an input type from the given
ResolvableType. |
@Nullable String getInputType(Class<?> type)
ResolvableType.type - type to resolve the input type for, will never be null.Copyright © 2011–2022 Pivotal, Inc.. All rights reserved.