Skip to content

Use static factory method or constructor as fallback for implicit argument conversion #1231

@juergenzimmermann

Description

@juergenzimmermann

Overview

Original Title: Introduce implicit argument conversion for UUID and URL

Original Description: In #1218 implicit arg conversion was introduced for Locale, URI, and Currency. I'd appreciate if also java.util.UUID and java.net.URL can be supported, by e.g. UUID.fromString(String name) and new URL(String) as @hisener did in #1221.

Related Issues

Current Proposal

See #1231 (comment) and #1231 (comment).

Deliverables

  • Use static factory method or constructor as fallback for implicit argument conversion.
  • Document in User Guide.
  • Document in Release Notes.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions