|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.edu.agh.cast.data.converter.ConverterRegistry
public final class ConverterRegistry
A locator and registry of data set converters.
Method Summary | |
---|---|
static ConverterRegistry |
getInstance()
|
List<ConverterReference> |
getMatchingConverters(List<Type> types)
Returns a list of converter references which match the given list of data set types. |
List<ConverterReference> |
getMatchingConverters(Type type)
Returns a list of converter references which match the given data set type. |
static boolean |
isMatching(ConverterSpecification spec,
List<Type> types)
Checks if the given converter specification is matching the given list of data set types. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ConverterRegistry getInstance()
public List<ConverterReference> getMatchingConverters(List<Type> types)
types
- list of data set types
public List<ConverterReference> getMatchingConverters(Type type)
type
- the data set type
public static boolean isMatching(ConverterSpecification spec, List<Type> types)
spec
- converter specification to checktypes
- list of data set types
true
if given converter specification matches the given list of data set types
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |