Uses of Interface
org.jeasy.props.api.TypeConverter
-
Packages that use TypeConverter Package Description org.jeasy.props This package contains the core implementation of properties injection. -
-
Uses of TypeConverter in org.jeasy.props
Methods in org.jeasy.props with parameters of type TypeConverter Modifier and Type Method Description PropertiesInjectorBuilderPropertiesInjectorBuilder. registerTypeConverter(Class<?> targetType, TypeConverter converter)Register a custom type converter.
-