public class Converters extends Object
Constructor and Description |
---|
Converters() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
create(Class<T> type,
String value) |
static <T> T |
create(String value,
Converter<T> converter) |
static <T> Converter<T> |
newInstance(Class<? extends Converter<T>> type) |
public static <T> Converter<T> newInstance(Class<? extends Converter<T>> type) throws IllegalArgumentException
IllegalArgumentException
Copyright © 2022 Eclipse. All rights reserved.