Supported return types
- String
- primitive types (except char)
- wrappers of the primitive types (except Character)
- java.util.Date
- any class that has a constructor with a single argument of type String
- any class that has a static method
valueOf(String)
or forName(String)
, which returns an instance of itself
- any class for which a
ValueBuilder
has been configured
- array of:
- String
- primitive types (except char)
- wrappers of the primitive types (except Character)
- java.util.Date
- any class that has a constructor with a single argument of type String
- any class that has a static method
valueOf(String)
or forName(String)
, which returns an instance of itself
- any class for which a
ValueBuilder
has been configured
- java.util.List<T>, where T is one of the following types:
- String
- wrappers of the primitive types (except Character)
- java.util.Date
- any class that has a constructor with a single argument of type String
- any class that has a static method
valueOf(String)
or forName(String)
, which returns an instance of itself
- any class for which a
ValueBuilder
has been configured
- java.util.Map<K,V>, where:
- K is one of the following types:
- String
- wrappers of the primitive types (except Character)
- java.util.Date
- any class that has a constructor with a single argument of type String
- any class that has a static method
valueOf(String)
or forName(String)
, which returns an instance of itself
- V is one of the following types:
- String
- primitive types (except char)
- wrappers of the primitive types (except Character)
- java.util.Date
- any class that has a constructor with a single argument of type String
- any class that has a static method
valueOf(String)
or forName(String)
, which returns an instance of itself
- any class for which a
ValueBuilder
has been configured
- array of:
- String
- primitive types (except char)
- wrappers of the primitive types (except Character)
- java.util.Date
- any class that has a constructor with a single argument of type String
- any class that has a static method
valueOf(String)
or forName(String)
, which returns an instance of itself
- any class for which a
ValueBuilder
has been configured