|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| org.netbeans.validation.api.conversion |
| Uses of Converter in org.netbeans.validation.api.conversion |
|---|
| Modifier and Type | Method and Description | |
|---|---|---|
static
|
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
|
Converter.register(java.lang.Class<From> from,
java.lang.Class<To> to,
Converter<From,To> converter)
Register a converter |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||