Package | Description |
---|---|
org.jadira.bindings.core.binder | |
org.jadira.bindings.core.loader | |
org.jadira.bindings.core.provider |
Modifier and Type | Method and Description |
---|---|
void |
BasicBinder.registerConverterProvider(ConverterProvider provider)
Register a single converter provider
|
void |
BasicBinder.registerConverterProviders(ConverterProvider... providers)
Method used to register one or more converter providers.
|
Modifier and Type | Method and Description |
---|---|
Class<ConverterProvider> |
Provider.getProviderClass() |
Constructor and Description |
---|
Provider(Class<ConverterProvider> providerClass)
Creates a new instance
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnnotationMatchingConverterProvider<T extends Annotation,F extends Annotation>
Used to implement a binding provider instance that uses annotations to match methods
|
class |
JodaConvertConverterProvider
Provider that is aware of Joda Convert annotations
|
class |
StandardConverterProvider
Built in provider for the bindings framework annotations
|
class |
StringConverterProvider
Provider that is aware of
ToString and FromString annotations |
Copyright © 2010–2018 Jadira Systems. All rights reserved.