|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.ocm.manager.atomictypeconverter.impl.AtomicTypeConverterProviderImpl
public class AtomicTypeConverterProviderImpl
Implementation of AtomicTypeConverterProvider.
| Field Summary | |
|---|---|
protected Map |
m_converterInstances
|
protected Map |
m_converters
|
| Constructor Summary | |
|---|---|
AtomicTypeConverterProviderImpl()
No-arg constructor. |
|
AtomicTypeConverterProviderImpl(Map converters)
Full constructor. |
|
| Method Summary | |
|---|---|
AtomicTypeConverter |
getAtomicTypeConverter(Class clazz)
Retrieves the AtomicTypeConverter associated with a class. |
Map |
getAtomicTypeConverters()
Returns a map of all registered AtomicTypeConverter |
void |
setAtomicTypeConvertors(Map converters)
Sets the associations of classes and their AtomicTypeConverter
classes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Map m_converters
protected Map m_converterInstances
| Constructor Detail |
|---|
public AtomicTypeConverterProviderImpl()
public AtomicTypeConverterProviderImpl(Map converters)
converters - a map of classes and their associated AtomicTypeConverter
classes.| Method Detail |
|---|
public void setAtomicTypeConvertors(Map converters)
AtomicTypeConverter
classes.
converters - Mappublic AtomicTypeConverter getAtomicTypeConverter(Class clazz)
AtomicTypeConverterProviderAtomicTypeConverter associated with a class.
getAtomicTypeConverter in interface AtomicTypeConverterProviderclazz - a class
AtomicTypeConverter or null
if the class has no AtomicTypeConverter associatedAtomicTypeConverterProvider.getAtomicTypeConverter(java.lang.Class)public Map getAtomicTypeConverters()
AtomicTypeConverterProviderAtomicTypeConverters.
- Specified by:
getAtomicTypeConverters in interface AtomicTypeConverterProvider
- Returns:
Map- See Also:
AtomicTypeConverterProvider.getAtomicTypeConverters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||