Spring Framework
[Spring] 내장 타입 변환 서비스 ConversionService, 모든 Enum Type에 String -> Enum 변환 적용 - ConverterFactory
개발자 이우진
2024. 8. 24. 18:49
https://docs.spring.io/spring-framework/reference/core/validation/convert.html
Spring Type Conversion :: Spring Framework
When you require a sophisticated Converter implementation, consider using the GenericConverter interface. With a more flexible but less strongly typed signature than Converter, a GenericConverter supports converting between multiple source and target types
docs.spring.io