Package | Description |
---|---|
org.netbeans.validation.api.conversion |
Modifier and Type | Method and Description |
---|---|
static <From,To> Converter<From,To> |
Converter.find(java.lang.Class<From> from,
java.lang.Class<To> to)
Find a converter to create validators for one type from validators for
another type.
|
Modifier and Type | Method and Description |
---|---|
static void |
Converter.register(Converter<?,?> converter)
Register a converter
|